diff --git a/README.md b/README.md index 1cab92f..95c6ba1 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 11425ff..2ed5c91 160000 --- a/dist/jquery.dirtyforms +++ b/dist/jquery.dirtyforms @@ -1 +1 @@ -Subproject commit 11425ff5074594a37aa99c96b6408d20c60dab41 +Subproject commit 2ed5c91b868cccbccaec97bcf9b0919be7cdc062 diff --git a/dist/jquery.dirtyforms.helpers.alwaysdirty b/dist/jquery.dirtyforms.helpers.alwaysdirty index 4784e8f..58a4d48 160000 --- a/dist/jquery.dirtyforms.helpers.alwaysdirty +++ b/dist/jquery.dirtyforms.helpers.alwaysdirty @@ -1 +1 @@ -Subproject commit 4784e8f591e8f8c093cec2dc9cf83600ee78e0d0 +Subproject commit 58a4d486baa7d8d57639bdccd8d4885d4156f78e diff --git a/dist/jquery.dirtyforms.helpers.ckeditor b/dist/jquery.dirtyforms.helpers.ckeditor index b86bfa4..2bfd843 160000 --- a/dist/jquery.dirtyforms.helpers.ckeditor +++ b/dist/jquery.dirtyforms.helpers.ckeditor @@ -1 +1 @@ -Subproject commit b86bfa48c373d2233f271a68b67cb945d57c6536 +Subproject commit 2bfd84308ccba3b934c7a568fb90b94b7f626fef diff --git a/dist/jquery.dirtyforms.helpers.tinymce b/dist/jquery.dirtyforms.helpers.tinymce index 0e4076b..e75bca7 160000 --- a/dist/jquery.dirtyforms.helpers.tinymce +++ b/dist/jquery.dirtyforms.helpers.tinymce @@ -1 +1 @@ -Subproject commit 0e4076b4811fc1beea77ba5b276345455ecbf87d +Subproject commit e75bca70488740835721ef226346efe8e20c02d0 diff --git a/helpers/alwaysdirty.pkg/README.md b/helpers/alwaysdirty.pkg/README.md index d49b245..290c21c 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 ac798b6..b6453a6 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.0", + "version": "1.2.1", "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 91927af..e32580b 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.0", + "version": "1.2.1", "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 5706102..79cd90c 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 d3641cb..d7e96e6 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.0", + "version": "1.2.1", "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 8ff5490..2a413ab 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.0", + "version": "1.2.1", "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 5dd6894..866c70d 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 35614aa..513a57f 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.0", + "version": "1.2.1", "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 314dbe6..9f52154 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.0", + "version": "1.2.1", "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 e64fe05..9486175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms", - "version": "1.2.0", + "version": "1.2.1", "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 46dedab..787d229 100644 --- a/pkg/bower.json +++ b/pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms", "main": "jquery.dirtyforms.min.js", - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis ", diff --git a/pkg/package.json b/pkg/package.json index eac05bc..0fd898a 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms", - "version": "1.2.0", + "version": "1.2.1", "description": "Dirty Forms is a jQuery plugin to help prevent users from losing data when editing forms.", "main": "jquery.dirtyforms.min.js", "files": [