diff --git a/README.md b/README.md index 6242b40..b0b0073 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ There are several different ways to get the code. Some examples below: #### CDN Dirty Forms is available over jsDelivr CDN and can directly included to every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery, jquery.facebox, and jquery.dirtyforms in one request. ```HTML - + ``` #### Self-Hosted @@ -93,7 +93,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- ####CDN ```HTML - + ``` #### Package Managers diff --git a/dist/jquery.dirtyforms b/dist/jquery.dirtyforms index 790e68b..b5bc5eb 160000 --- a/dist/jquery.dirtyforms +++ b/dist/jquery.dirtyforms @@ -1 +1 @@ -Subproject commit 790e68bdc878a8b05a3a8497c8f293a47f9f0587 +Subproject commit b5bc5eb33b2d89e1c0c54685306bd9df1b8b1048 diff --git a/dist/jquery.dirtyforms.helpers.alwaysdirty b/dist/jquery.dirtyforms.helpers.alwaysdirty index ad083cb..b3db7d1 160000 --- a/dist/jquery.dirtyforms.helpers.alwaysdirty +++ b/dist/jquery.dirtyforms.helpers.alwaysdirty @@ -1 +1 @@ -Subproject commit ad083cb93c1fc84b836286458e9ad2a36e0c41a5 +Subproject commit b3db7d16a14ce99687b2d30e7b57d952cf4889ad diff --git a/dist/jquery.dirtyforms.helpers.ckeditor b/dist/jquery.dirtyforms.helpers.ckeditor index f3bb520..753d7fd 160000 --- a/dist/jquery.dirtyforms.helpers.ckeditor +++ b/dist/jquery.dirtyforms.helpers.ckeditor @@ -1 +1 @@ -Subproject commit f3bb520672be7f77ed08172edba96f38a9da61a8 +Subproject commit 753d7fd9d616d22e30f777dcfadde97c77798a93 diff --git a/dist/jquery.dirtyforms.helpers.tinymce b/dist/jquery.dirtyforms.helpers.tinymce index f878c66..23148a3 160000 --- a/dist/jquery.dirtyforms.helpers.tinymce +++ b/dist/jquery.dirtyforms.helpers.tinymce @@ -1 +1 @@ -Subproject commit f878c666db0af6f756c4dcc299db95437589f722 +Subproject commit 23148a370506a278bbaaab3dea3a4a41a9f0563e diff --git a/helpers/alwaysdirty.pkg/README.md b/helpers/alwaysdirty.pkg/README.md index 1c1ee99..c910623 100644 --- a/helpers/alwaysdirty.pkg/README.md +++ b/helpers/alwaysdirty.pkg/README.md @@ -28,12 +28,12 @@ There are several different ways to get the code. Some examples below: #### CDN The Always Dirty helper is available over jsDelivr CDN and can directly included to every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery, jquery.facebox, jquery.dirtyforms, and jquery.dirtyforms.helpers.alwaysdirty in one request. ```HTML - + ``` #### Self-Hosted @@ -70,7 +70,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -87,8 +87,8 @@ This helper is completely automatic - there are no properties or methods to inte ```HTML - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. \ No newline at end of file diff --git a/helpers/alwaysdirty.pkg/bower.json b/helpers/alwaysdirty.pkg/bower.json index 7c12aec..747395b 100644 --- a/helpers/alwaysdirty.pkg/bower.json +++ b/helpers/alwaysdirty.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.helpers.alwaysdirty", "main": "jquery.dirtyforms.helpers.alwaysdirty.min.js", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis " diff --git a/helpers/alwaysdirty.pkg/package.json b/helpers/alwaysdirty.pkg/package.json index a28828e..828e302 100644 --- a/helpers/alwaysdirty.pkg/package.json +++ b/helpers/alwaysdirty.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.alwaysdirty", - "version": "1.2.2", + "version": "1.2.3", "description": "A helper to force forms to always be dirty when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.helpers.alwaysdirty.min.js", "files": [ diff --git a/helpers/ckeditor.pkg/README.md b/helpers/ckeditor.pkg/README.md index 2ad47a0..fc95ab4 100644 --- a/helpers/ckeditor.pkg/README.md +++ b/helpers/ckeditor.pkg/README.md @@ -26,12 +26,12 @@ There are several different ways to get the code. Some examples below: #### CDN The CKEditor helper is available over jsDelivr CDN and can directly included to every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery, jquery.facebox, ckeditor, jquery.dirtyforms, and jquery.dirtyforms.helpers.ckeditor in one request. ```HTML - + ``` #### Self-Hosted @@ -68,7 +68,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -86,8 +86,8 @@ This helper is completely automatic - there are no properties or methods to inte ```HTML - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/helpers/ckeditor.pkg/bower.json b/helpers/ckeditor.pkg/bower.json index fed038a..3c567d5 100644 --- a/helpers/ckeditor.pkg/bower.json +++ b/helpers/ckeditor.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.helpers.ckeditor", "main": "jquery.dirtyforms.helpers.ckeditor.min.js", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis " diff --git a/helpers/ckeditor.pkg/package.json b/helpers/ckeditor.pkg/package.json index 1a8364f..c87f7a3 100644 --- a/helpers/ckeditor.pkg/package.json +++ b/helpers/ckeditor.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.ckeditor", - "version": "1.2.2", + "version": "1.2.3", "description": "A helper to enable CKEditor support when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.helpers.ckeditor.min.js", "files": [ diff --git a/helpers/tinymce.pkg/README.md b/helpers/tinymce.pkg/README.md index 5daa42f..cdeba2e 100644 --- a/helpers/tinymce.pkg/README.md +++ b/helpers/tinymce.pkg/README.md @@ -31,12 +31,12 @@ There are several different ways to get the code. Some examples below: #### CDN The TinyMCE helper is available over jsDelivr CDN and can directly included to every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery, jquery.facebox, TinyMCE, the jQuery TinyMCE plugin, jquery.dirtyforms, and jquery.dirtyforms.helpers.tinymce in one request. ```HTML - + ``` #### Self-Hosted @@ -73,7 +73,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -92,8 +92,8 @@ This helper is completely automatic - there are no properties or methods to inte - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/helpers/tinymce.pkg/bower.json b/helpers/tinymce.pkg/bower.json index 345daa0..cf6f6df 100644 --- a/helpers/tinymce.pkg/bower.json +++ b/helpers/tinymce.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.helpers.tinymce", "main": "jquery.dirtyforms.helpers.tinymce.min.js", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis " diff --git a/helpers/tinymce.pkg/package.json b/helpers/tinymce.pkg/package.json index b398c9f..8aef6af 100644 --- a/helpers/tinymce.pkg/package.json +++ b/helpers/tinymce.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.tinymce", - "version": "1.2.2", + "version": "1.2.3", "description": "A helper to enable TinyMCE support when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.helpers.tinymce.min.js", "files": [ diff --git a/package.json b/package.json index e3a88df..0f0a238 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms", - "version": "1.2.2", + "version": "1.2.3", "description": "Dirty Forms is a jQuery plugin to help prevent users from losing data when editing forms.", "main": "jquery.dirtyforms.js", "files": [ diff --git a/pkg/bower.json b/pkg/bower.json index 1aeff42..e5ccc40 100644 --- a/pkg/bower.json +++ b/pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms", "main": "jquery.dirtyforms.min.js", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis ", diff --git a/pkg/package.json b/pkg/package.json index 7273df9..44f5ea5 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms", - "version": "1.2.2", + "version": "1.2.3", "description": "Dirty Forms is a jQuery plugin to help prevent users from losing data when editing forms.", "main": "jquery.dirtyforms.min.js", "files": [