Skip to content

Commit e7cc245

Browse files
author
scottjehl
committed
renamed files to plugin name
1 parent 91cffd3 commit e7cc245

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

css/structure/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'../../structure/jquery.mobile.transitions.turn.css',
1313
'../../structure/jquery.mobile.transitions.flow.css',
1414
'../../structure/jquery.mobile.grids.css',
15-
'../../structure/jquery.mobile.headerfooter.css',
15+
'../../structure/jquery.mobile.fixedToolbar.css',
1616
'../../structure/jquery.mobile.navbar.css',
1717
'../../structure/jquery.mobile.button.css',
1818
'../../structure/jquery.mobile.collapsible.css',

css/themes/default/jquery.mobile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@import url( "../../structure/jquery.mobile.transitions.turn.css" );
1111
@import url( "../../structure/jquery.mobile.transitions.flow.css" );
1212
@import url( "../../structure/jquery.mobile.grids.css" );
13-
@import url( "../../structure/jquery.mobile.headerfooter.css" );
13+
@import url( "../../structure/jquery.mobile.fixedToolbar.css" );
1414
@import url( "../../structure/jquery.mobile.navbar.css" );
1515
@import url( "../../structure/jquery.mobile.button.css" );
1616
@import url( "../../structure/jquery.mobile.collapsible.css" );

js/jquery.mobile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ define([
3939
'order!jquery.mobile.buttonMarkup',
4040
'order!jquery.mobile.controlGroup',
4141
'jquery.mobile.links',
42-
'jquery.mobile.fixHeaderFooter',
43-
'jquery.mobile.fixHeaderFooter.native'
42+
'jquery.mobile.fixedToolbar'
4443
], function() {
4544
require( [ 'jquery.mobile.init' ] );
4645
});

0 commit comments

Comments
 (0)