diff --git a/css/structure/index.php b/css/structure/index.php index ec4ff6ff..e62343e9 100644 --- a/css/structure/index.php +++ b/css/structure/index.php @@ -12,7 +12,7 @@ $files = array_merge($files, array( '../../structure/jquery.mobile.transitions.turn.css', '../../structure/jquery.mobile.transitions.flow.css', '../../structure/jquery.mobile.grids.css', - '../../structure/jquery.mobile.headerfooter.css', + '../../structure/jquery.mobile.fixedToolbar.css', '../../structure/jquery.mobile.navbar.css', '../../structure/jquery.mobile.button.css', '../../structure/jquery.mobile.collapsible.css', diff --git a/css/structure/jquery.mobile.headerfooter.css b/css/structure/jquery.mobile.fixedToolbar.css similarity index 100% rename from css/structure/jquery.mobile.headerfooter.css rename to css/structure/jquery.mobile.fixedToolbar.css diff --git a/css/themes/default/jquery.mobile.css b/css/themes/default/jquery.mobile.css index 10aef647..53985808 100644 --- a/css/themes/default/jquery.mobile.css +++ b/css/themes/default/jquery.mobile.css @@ -10,7 +10,7 @@ @import url( "../../structure/jquery.mobile.transitions.turn.css" ); @import url( "../../structure/jquery.mobile.transitions.flow.css" ); @import url( "../../structure/jquery.mobile.grids.css" ); -@import url( "../../structure/jquery.mobile.headerfooter.css" ); +@import url( "../../structure/jquery.mobile.fixedToolbar.css" ); @import url( "../../structure/jquery.mobile.navbar.css" ); @import url( "../../structure/jquery.mobile.button.css" ); @import url( "../../structure/jquery.mobile.collapsible.css" ); diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index c5af9520..67902d19 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -39,8 +39,7 @@ define([ 'order!jquery.mobile.buttonMarkup', 'order!jquery.mobile.controlGroup', 'jquery.mobile.links', - 'jquery.mobile.fixHeaderFooter', - 'jquery.mobile.fixHeaderFooter.native' + 'jquery.mobile.fixedToolbar' ], function() { require( [ 'jquery.mobile.init' ] ); });