diff --git a/Gruntfile.js b/Gruntfile.js index 2a21ee53593..ae6b2171558 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -392,6 +392,7 @@ module.exports = function( grunt ) { processContent: function( content, srcPath ) { var processedName = grunt.config.process( name + "<%= versionSuffix %>" ); content = content.replace( /_assets\/js\/">/gi, "_assets/js/index.js\">" ); + content = content.replace( /\.\.\/external\/jquery\//gi, "js/" ); content = content.replace( /\.\.\/js\//gi, "js/" ); content = content.replace( /js\/"/gi, "js/" + processedName + ".min.js\"" ); content = replaceCombinedCssReference( content, processedName ); diff --git a/demos/_search/index.php b/demos/_search/index.php index c99423effdf..ffdf73fb8ad 100644 --- a/demos/_search/index.php +++ b/demos/_search/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/backbone-requirejs/index.php b/demos/backbone-requirejs/index.php index 3a024a21b51..4c30e705603 100644 --- a/demos/backbone-requirejs/index.php +++ b/demos/backbone-requirejs/index.php @@ -9,7 +9,7 @@ - + diff --git a/demos/body-bar-classes/index.php b/demos/body-bar-classes/index.php index 0cd680dcd4f..e0dd2b9382f 100644 --- a/demos/body-bar-classes/index.php +++ b/demos/body-bar-classes/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/button-markup/index.php b/demos/button-markup/index.php index d5e0d4b5551..144d66dbb18 100644 --- a/demos/button-markup/index.php +++ b/demos/button-markup/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/button/index.php b/demos/button/index.php index 598ce188e2f..fa1f44f9040 100644 --- a/demos/button/index.php +++ b/demos/button/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/checkboxradio-checkbox/index.php b/demos/checkboxradio-checkbox/index.php index f21033147a7..f2a005abec4 100644 --- a/demos/checkboxradio-checkbox/index.php +++ b/demos/checkboxradio-checkbox/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/checkboxradio-radio/index.php b/demos/checkboxradio-radio/index.php index b9cb4ee2c20..41ebb1d3702 100644 --- a/demos/checkboxradio-radio/index.php +++ b/demos/checkboxradio-radio/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/collapsible-dynamic/index.php b/demos/collapsible-dynamic/index.php index f4732a82773..30c216f1e35 100644 --- a/demos/collapsible-dynamic/index.php +++ b/demos/collapsible-dynamic/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/collapsibleset/index.php b/demos/collapsibleset/index.php index c57f4ca50a4..2c7171fdaa3 100644 --- a/demos/collapsibleset/index.php +++ b/demos/collapsibleset/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/controlgroup-dynamic/index.php b/demos/controlgroup-dynamic/index.php index 12782444851..8ad43320a7d 100644 --- a/demos/controlgroup-dynamic/index.php +++ b/demos/controlgroup-dynamic/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/datepicker/index.php b/demos/datepicker/index.php index d1a9b16ab2c..4ea4a23ff26 100644 --- a/demos/datepicker/index.php +++ b/demos/datepicker/index.php @@ -9,7 +9,7 @@ - + diff --git a/demos/filterable/index.php b/demos/filterable/index.php index 72edf5e6fbf..c3f7348216a 100644 --- a/demos/filterable/index.php +++ b/demos/filterable/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/flipswitch/index.php b/demos/flipswitch/index.php index e6158160b05..bf4066fc745 100644 --- a/demos/flipswitch/index.php +++ b/demos/flipswitch/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/forms-disabled/index.php b/demos/forms-disabled/index.php index 580940e0270..b7e75db3171 100644 --- a/demos/forms-disabled/index.php +++ b/demos/forms-disabled/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/forms-field-contain/fieldcontain-hide-label-deprecated.php b/demos/forms-field-contain/fieldcontain-hide-label-deprecated.php index 0c0dba8597c..d86779cacf1 100644 --- a/demos/forms-field-contain/fieldcontain-hide-label-deprecated.php +++ b/demos/forms-field-contain/fieldcontain-hide-label-deprecated.php @@ -8,7 +8,7 @@ - + diff --git a/demos/forms-field-contain/index.php b/demos/forms-field-contain/index.php index 5ad39e69afa..e415cecd1ab 100644 --- a/demos/forms-field-contain/index.php +++ b/demos/forms-field-contain/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/forms-gallery/index.php b/demos/forms-gallery/index.php index 0a754de7c50..b5e9b3e5682 100644 --- a/demos/forms-gallery/index.php +++ b/demos/forms-gallery/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/forms-label-hidden-accessible/index.php b/demos/forms-label-hidden-accessible/index.php index 2052a2b8174..65291dcc27a 100644 --- a/demos/forms-label-hidden-accessible/index.php +++ b/demos/forms-label-hidden-accessible/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/forms/index.php b/demos/forms/index.php index 4833a6c7b9d..d4989ab2fec 100644 --- a/demos/forms/index.php +++ b/demos/forms/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/grids-buttons/index.php b/demos/grids-buttons/index.php index f7cd594a1ea..66027210e48 100644 --- a/demos/grids-buttons/index.php +++ b/demos/grids-buttons/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/grids-custom-responsive/index.php b/demos/grids-custom-responsive/index.php index 218c403b267..7434e52e20b 100644 --- a/demos/grids-custom-responsive/index.php +++ b/demos/grids-custom-responsive/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/grids/index.php b/demos/grids/index.php index 294844444b3..e836161aaf6 100644 --- a/demos/grids/index.php +++ b/demos/grids/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/icons-grunticon/index.php b/demos/icons-grunticon/index.php index 364582b1615..51f67f58da2 100644 --- a/demos/icons-grunticon/index.php +++ b/demos/icons-grunticon/index.php @@ -19,7 +19,7 @@ - + + diff --git a/demos/index.php b/demos/index.php index c584e061b40..12c1f14ef8c 100644 --- a/demos/index.php +++ b/demos/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/intro/index.php b/demos/intro/index.php index 1e4a4653ff8..0b091ffeb79 100644 --- a/demos/intro/index.php +++ b/demos/intro/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/listview-autocomplete-remote/index.php b/demos/listview-autocomplete-remote/index.php index 550ad2248e6..f6553567937 100644 --- a/demos/listview-autocomplete-remote/index.php +++ b/demos/listview-autocomplete-remote/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/listview-autodividers-linkbar/index.php b/demos/listview-autodividers-linkbar/index.php index e8e8b20697f..97b18574983 100644 --- a/demos/listview-autodividers-linkbar/index.php +++ b/demos/listview-autodividers-linkbar/index.php @@ -9,7 +9,7 @@ - + diff --git a/demos/listview-autodividers-selector/index.php b/demos/listview-autodividers-selector/index.php index 337e48780d4..575051893ce 100644 --- a/demos/listview-autodividers-selector/index.php +++ b/demos/listview-autodividers-selector/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/listview-collapsible-item-indented/index.php b/demos/listview-collapsible-item-indented/index.php index dfdf948483d..67a4b61cb31 100644 --- a/demos/listview-collapsible-item-indented/index.php +++ b/demos/listview-collapsible-item-indented/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/listview-grid/index.php b/demos/listview-grid/index.php index f2db7a21ec0..6ac9f580748 100644 --- a/demos/listview-grid/index.php +++ b/demos/listview-grid/index.php @@ -9,7 +9,7 @@ - + < diff --git a/demos/listview-nested-lists/index.php b/demos/listview-nested-lists/index.php index 5d082dbc721..88365e02b54 100644 --- a/demos/listview-nested-lists/index.php +++ b/demos/listview-nested-lists/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/listview/index.php b/demos/listview/index.php index 028576fa6e3..fdcc0f709ad 100644 --- a/demos/listview/index.php +++ b/demos/listview/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/loader/index.php b/demos/loader/index.php index 9418d864e46..906a170c4a6 100644 --- a/demos/loader/index.php +++ b/demos/loader/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/map-list-toggle/index.php b/demos/map-list-toggle/index.php index 7b750d3600e..1b9f08c001a 100644 --- a/demos/map-list-toggle/index.php +++ b/demos/map-list-toggle/index.php @@ -25,7 +25,7 @@ - + diff --git a/demos/navbar/index.php b/demos/navbar/index.php index f19f52d5dc8..626e4419adc 100644 --- a/demos/navbar/index.php +++ b/demos/navbar/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/navigation-linking-pages/index.php b/demos/navigation-linking-pages/index.php index 799b08f1901..384784eb974 100644 --- a/demos/navigation-linking-pages/index.php +++ b/demos/navigation-linking-pages/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/navigation-php-redirect/index.php b/demos/navigation-php-redirect/index.php index 08ca6ba52ce..bbf70913e14 100644 --- a/demos/navigation-php-redirect/index.php +++ b/demos/navigation-php-redirect/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/old-faq-pages/controls-in-header-footer.php b/demos/old-faq-pages/controls-in-header-footer.php index 21ccaa18bac..6731de6163b 100644 --- a/demos/old-faq-pages/controls-in-header-footer.php +++ b/demos/old-faq-pages/controls-in-header-footer.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/disabling-a-button-does-not-work.php b/demos/old-faq-pages/disabling-a-button-does-not-work.php index d4fbce9acde..b8ccac13b36 100644 --- a/demos/old-faq-pages/disabling-a-button-does-not-work.php +++ b/demos/old-faq-pages/disabling-a-button-does-not-work.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/dom-ready-not-working.php b/demos/old-faq-pages/dom-ready-not-working.php index d8f9a86dbd5..b25a3d87a8c 100644 --- a/demos/old-faq-pages/dom-ready-not-working.php +++ b/demos/old-faq-pages/dom-ready-not-working.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-a-block-of-elements.php b/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-a-block-of-elements.php index 2bb4ea3edc7..4bc226c8806 100644 --- a/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-a-block-of-elements.php +++ b/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-a-block-of-elements.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-elements.php b/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-elements.php index b18ffc9b6ac..6ca4e9c9cfd 100644 --- a/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-elements.php +++ b/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-elements.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/how-configure-phonegap-cordova.php b/demos/old-faq-pages/how-configure-phonegap-cordova.php index 90dffe92033..ee197e7d8be 100644 --- a/demos/old-faq-pages/how-configure-phonegap-cordova.php +++ b/demos/old-faq-pages/how-configure-phonegap-cordova.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/how-do-i-control-page-titles.php b/demos/old-faq-pages/how-do-i-control-page-titles.php index f722faaacea..c134b75cf4b 100644 --- a/demos/old-faq-pages/how-do-i-control-page-titles.php +++ b/demos/old-faq-pages/how-do-i-control-page-titles.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/how-do-i-load-a-page.php b/demos/old-faq-pages/how-do-i-load-a-page.php index 0ba2099e661..f03fd95e083 100644 --- a/demos/old-faq-pages/how-do-i-load-a-page.php +++ b/demos/old-faq-pages/how-do-i-load-a-page.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/old-faq-pages/how-do-i-turn-off-url-hiding.php b/demos/old-faq-pages/how-do-i-turn-off-url-hiding.php index 2368249af50..9051c94b3df 100644 --- a/demos/old-faq-pages/how-do-i-turn-off-url-hiding.php +++ b/demos/old-faq-pages/how-do-i-turn-off-url-hiding.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/old-faq-pages/how-does-theming-work.php b/demos/old-faq-pages/how-does-theming-work.php index 49133148253..2f1630c2e9f 100644 --- a/demos/old-faq-pages/how-does-theming-work.php +++ b/demos/old-faq-pages/how-does-theming-work.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/injected-content-is-not-enhanced.php b/demos/old-faq-pages/injected-content-is-not-enhanced.php index d3dafe430f6..915f2118a19 100644 --- a/demos/old-faq-pages/injected-content-is-not-enhanced.php +++ b/demos/old-faq-pages/injected-content-is-not-enhanced.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/my-html-5-inputs-look-different-in-browsers.php b/demos/old-faq-pages/my-html-5-inputs-look-different-in-browsers.php index 673f89e03d4..b3f4ef4d646 100644 --- a/demos/old-faq-pages/my-html-5-inputs-look-different-in-browsers.php +++ b/demos/old-faq-pages/my-html-5-inputs-look-different-in-browsers.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/my-range-search-input-type-is-being-changed.php b/demos/old-faq-pages/my-range-search-input-type-is-being-changed.php index 5d5d09e6fcc..0338ecb9a21 100644 --- a/demos/old-faq-pages/my-range-search-input-type-is-being-changed.php +++ b/demos/old-faq-pages/my-range-search-input-type-is-being-changed.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/pass-query-params-to-page.php b/demos/old-faq-pages/pass-query-params-to-page.php index d25613b3993..f3616f75fcc 100644 --- a/demos/old-faq-pages/pass-query-params-to-page.php +++ b/demos/old-faq-pages/pass-query-params-to-page.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/pass-via-the-hash-to-page.php b/demos/old-faq-pages/pass-via-the-hash-to-page.php index eeaa2842b72..993b91fed14 100644 --- a/demos/old-faq-pages/pass-via-the-hash-to-page.php +++ b/demos/old-faq-pages/pass-via-the-hash-to-page.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/scripts-and-styles-not-loading.php b/demos/old-faq-pages/scripts-and-styles-not-loading.php index 9da634aa205..e3a1f53f03c 100644 --- a/demos/old-faq-pages/scripts-and-styles-not-loading.php +++ b/demos/old-faq-pages/scripts-and-styles-not-loading.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/sometimes-custom-select-shows-as-dialog-popup.php b/demos/old-faq-pages/sometimes-custom-select-shows-as-dialog-popup.php index c526144895c..f737999865b 100644 --- a/demos/old-faq-pages/sometimes-custom-select-shows-as-dialog-popup.php +++ b/demos/old-faq-pages/sometimes-custom-select-shows-as-dialog-popup.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/the-application-cache-is-not-working.php b/demos/old-faq-pages/the-application-cache-is-not-working.php index 4a15c7c15b5..da40a517800 100644 --- a/demos/old-faq-pages/the-application-cache-is-not-working.php +++ b/demos/old-faq-pages/the-application-cache-is-not-working.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/triggering-create-on-injected-content-does-not-work.php b/demos/old-faq-pages/triggering-create-on-injected-content-does-not-work.php index 01dd184823b..081a54520ba 100644 --- a/demos/old-faq-pages/triggering-create-on-injected-content-does-not-work.php +++ b/demos/old-faq-pages/triggering-create-on-injected-content-does-not-work.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/updating-the-value-of-enhanced-form-elements-does-not-work.php b/demos/old-faq-pages/updating-the-value-of-enhanced-form-elements-does-not-work.php index 4044b94fa73..704da57936a 100644 --- a/demos/old-faq-pages/updating-the-value-of-enhanced-form-elements-does-not-work.php +++ b/demos/old-faq-pages/updating-the-value-of-enhanced-form-elements-does-not-work.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/why-is-only-the-first-page-loaded.php b/demos/old-faq-pages/why-is-only-the-first-page-loaded.php index 4d5feea7613..a2a1e73aa79 100644 --- a/demos/old-faq-pages/why-is-only-the-first-page-loaded.php +++ b/demos/old-faq-pages/why-is-only-the-first-page-loaded.php @@ -8,7 +8,7 @@ - + diff --git a/demos/old-faq-pages/why-wont-my-css-styles-apply-correctly-to-a-widget.php b/demos/old-faq-pages/why-wont-my-css-styles-apply-correctly-to-a-widget.php index ff8674db9a6..06c8062c0f2 100644 --- a/demos/old-faq-pages/why-wont-my-css-styles-apply-correctly-to-a-widget.php +++ b/demos/old-faq-pages/why-wont-my-css-styles-apply-correctly-to-a-widget.php @@ -8,7 +8,7 @@ - + diff --git a/demos/pages-dialog/index.php b/demos/pages-dialog/index.php index f3e9a91cd8d..d2614698d81 100644 --- a/demos/pages-dialog/index.php +++ b/demos/pages-dialog/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/pages/index.php b/demos/pages/index.php index 7e0c4f40bac..ca8f69d2b5b 100644 --- a/demos/pages/index.php +++ b/demos/pages/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/panel-external/index.php b/demos/panel-external/index.php index f1da056cf89..69de2f5d4b2 100644 --- a/demos/panel-external/index.php +++ b/demos/panel-external/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/panel-fixed/index.php b/demos/panel-fixed/index.php index 4ec2e4eca83..d32fa84e876 100644 --- a/demos/panel-fixed/index.php +++ b/demos/panel-fixed/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/panel-responsive/index.php b/demos/panel-responsive/index.php index ded9a57eb6d..c2ee0c07bbd 100644 --- a/demos/panel-responsive/index.php +++ b/demos/panel-responsive/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/panel-styling/index.php b/demos/panel-styling/index.php index 5a5afbc3338..ede5e3b05f5 100644 --- a/demos/panel-styling/index.php +++ b/demos/panel-styling/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/panel-swipe-open/index.php b/demos/panel-swipe-open/index.php index eac9a7f1685..4d1f1753ab7 100644 --- a/demos/panel-swipe-open/index.php +++ b/demos/panel-swipe-open/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/popup-alignment/index.php b/demos/popup-alignment/index.php index 65997c6b98a..abd378d21fd 100644 --- a/demos/popup-alignment/index.php +++ b/demos/popup-alignment/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/popup-arrow-size/index.php b/demos/popup-arrow-size/index.php index 631f9a84869..edcf4867615 100644 --- a/demos/popup-arrow-size/index.php +++ b/demos/popup-arrow-size/index.php @@ -8,7 +8,7 @@ - + + + diff --git a/demos/popup-image-scaling/index.php b/demos/popup-image-scaling/index.php index 757cb3f6734..9fc7a61205e 100644 --- a/demos/popup-image-scaling/index.php +++ b/demos/popup-image-scaling/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/popup-outside-multipage/index.php b/demos/popup-outside-multipage/index.php index 414eb245902..9481247e0a6 100644 --- a/demos/popup-outside-multipage/index.php +++ b/demos/popup-outside-multipage/index.php @@ -8,7 +8,7 @@ - + + + diff --git a/demos/rwd/index.php b/demos/rwd/index.php index d3d03e43674..8e8b78cbf89 100644 --- a/demos/rwd/index.php +++ b/demos/rwd/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/selectmenu-custom-filter/index.php b/demos/selectmenu-custom-filter/index.php index ff06ae1cc43..1cc2f483c46 100644 --- a/demos/selectmenu-custom-filter/index.php +++ b/demos/selectmenu-custom-filter/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/selectmenu/index.php b/demos/selectmenu/index.php index c8c78cf9a66..7cb417a4e89 100644 --- a/demos/selectmenu/index.php +++ b/demos/selectmenu/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/slider-flipswitch/index.php b/demos/slider-flipswitch/index.php index d4f1d2c24d7..23e883e1986 100644 --- a/demos/slider-flipswitch/index.php +++ b/demos/slider-flipswitch/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/slider-tooltip/index.php b/demos/slider-tooltip/index.php index 2f8ef3b34e6..6b993cb27ee 100644 --- a/demos/slider-tooltip/index.php +++ b/demos/slider-tooltip/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/slider/index.php b/demos/slider/index.php index 0acc2779f7f..44cfd80b07c 100644 --- a/demos/slider/index.php +++ b/demos/slider/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/swipe-list/index.php b/demos/swipe-list/index.php index f44b14c5563..1dc5015d2a2 100644 --- a/demos/swipe-list/index.php +++ b/demos/swipe-list/index.php @@ -8,7 +8,7 @@ - + + diff --git a/demos/table-column-toggle-example/index.php b/demos/table-column-toggle-example/index.php index e1e194c7544..a2d13deea4b 100644 --- a/demos/table-column-toggle-example/index.php +++ b/demos/table-column-toggle-example/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/table-column-toggle-heading-groups/index.php b/demos/table-column-toggle-heading-groups/index.php index 59e84656ce8..8e0cf598a15 100644 --- a/demos/table-column-toggle-heading-groups/index.php +++ b/demos/table-column-toggle-heading-groups/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/table-column-toggle-options/index.php b/demos/table-column-toggle-options/index.php index cf69d3637cc..7e75db1053c 100644 --- a/demos/table-column-toggle-options/index.php +++ b/demos/table-column-toggle-options/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/table-column-toggle/index.php b/demos/table-column-toggle/index.php index b6594d57189..b703a100b3d 100644 --- a/demos/table-column-toggle/index.php +++ b/demos/table-column-toggle/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/table-reflow-heading-groups/index.php b/demos/table-reflow-heading-groups/index.php index 81d89ad39c1..44a14a1575b 100644 --- a/demos/table-reflow-heading-groups/index.php +++ b/demos/table-reflow-heading-groups/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/table-reflow-stripes-strokes/index.php b/demos/table-reflow-stripes-strokes/index.php index e8e449ad281..adb0e7bd59a 100644 --- a/demos/table-reflow-stripes-strokes/index.php +++ b/demos/table-reflow-stripes-strokes/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/table-reflow-styling/index.php b/demos/table-reflow-styling/index.php index da41422cca7..90661134114 100644 --- a/demos/table-reflow-styling/index.php +++ b/demos/table-reflow-styling/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/table-reflow/index.php b/demos/table-reflow/index.php index 3a93736fa6b..10382a145eb 100644 --- a/demos/table-reflow/index.php +++ b/demos/table-reflow/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/tabs/index.php b/demos/tabs/index.php index 5ee51cc08c2..06f152d114f 100644 --- a/demos/tabs/index.php +++ b/demos/tabs/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/tabs/tabbed-content.php b/demos/tabs/tabbed-content.php index 22a1d3ca34f..ff8430c2266 100644 --- a/demos/tabs/tabbed-content.php +++ b/demos/tabs/tabbed-content.php @@ -8,7 +8,7 @@ - + diff --git a/demos/textinput/index.php b/demos/textinput/index.php index 9be82ddc610..37b4f732775 100644 --- a/demos/textinput/index.php +++ b/demos/textinput/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/theme-classic/index.php b/demos/theme-classic/index.php index c4228cd95b0..58e1d75f2fe 100644 --- a/demos/theme-classic/index.php +++ b/demos/theme-classic/index.php @@ -8,7 +8,7 @@ - + + + + + + + diff --git a/demos/toolbar-fixed-fullscreen/index.php b/demos/toolbar-fixed-fullscreen/index.php index da15e8dc5f9..59823944170 100644 --- a/demos/toolbar-fixed-fullscreen/index.php +++ b/demos/toolbar-fixed-fullscreen/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/toolbar-fixed-persistent-optimized/index.php b/demos/toolbar-fixed-persistent-optimized/index.php index fb2802faddf..3f5b34adad8 100644 --- a/demos/toolbar-fixed-persistent-optimized/index.php +++ b/demos/toolbar-fixed-persistent-optimized/index.php @@ -9,7 +9,7 @@ - + + + + + + + + + diff --git a/demos/toolbar/index.php b/demos/toolbar/index.php index 120ae079e20..f7d2fc52713 100644 --- a/demos/toolbar/index.php +++ b/demos/toolbar/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/transitions/index.php b/demos/transitions/index.php index 6d879ff66bd..760322d3490 100644 --- a/demos/transitions/index.php +++ b/demos/transitions/index.php @@ -8,7 +8,7 @@ - + diff --git a/demos/transitions/page-transitions-dialog.php b/demos/transitions/page-transitions-dialog.php index 9ae6c6401b8..a90bdcff235 100644 --- a/demos/transitions/page-transitions-dialog.php +++ b/demos/transitions/page-transitions-dialog.php @@ -8,7 +8,7 @@ - + diff --git a/demos/transitions/page-transitions-page.php b/demos/transitions/page-transitions-page.php index 23266819121..b6be66dad17 100644 --- a/demos/transitions/page-transitions-page.php +++ b/demos/transitions/page-transitions-page.php @@ -8,7 +8,7 @@ - + diff --git a/index.php b/index.php index cf21e014cf8..01d93193e1e 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ - + diff --git a/js/index.php b/js/index.php index c7979c9371d..63245a7be07 100644 --- a/js/index.php +++ b/js/index.php @@ -7,7 +7,7 @@ // used in other build methods 'jquery.mobile.define.js', 'jquery.mobile.ns.js', - 'jquery.ui.widget.js', + '../external/jquery-ui/jquery.ui.widget.js', 'jquery.mobile.widget.js', 'jquery.mobile.media.js', 'jquery.mobile.support.touch.js', @@ -17,8 +17,8 @@ 'events/touch.js', 'events/throttledresize.js', 'events/orientationchange.js', - 'jquery.hashchange.js', - 'jquery.ui.core.js', + '../external/jquery/plugins/jquery.hashchange.js', + '../external/jquery-ui/jquery.ui.core.js', 'jquery.mobile.defaults.js', 'jquery.mobile.helpers.js', 'jquery.mobile.data.js', @@ -83,7 +83,7 @@ 'widgets/table.js', 'widgets/table.columntoggle.js', 'widgets/table.reflow.js', - 'widgets/jquery.ui.tabs.js', + '../external/jquery-ui/jquery.ui.tabs.js', 'widgets/tabs.js', 'jquery.mobile.zoom.js', 'jquery.mobile.zoom.iosorientationfix.js',