File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
'../../structure/jquery.mobile.transitions.turn.css ' ,
13
13
'../../structure/jquery.mobile.transitions.flow.css ' ,
14
14
'../../structure/jquery.mobile.grids.css ' ,
15
- '../../structure/jquery.mobile.headerfooter .css ' ,
15
+ '../../structure/jquery.mobile.fixedToolbar .css ' ,
16
16
'../../structure/jquery.mobile.navbar.css ' ,
17
17
'../../structure/jquery.mobile.button.css ' ,
18
18
'../../structure/jquery.mobile.collapsible.css ' ,
File renamed without changes.
Original file line number Diff line number Diff line change 10
10
@import url ( "../../structure/jquery.mobile.transitions.turn.css" );
11
11
@import url ( "../../structure/jquery.mobile.transitions.flow.css" );
12
12
@import url ( "../../structure/jquery.mobile.grids.css" );
13
- @import url ( "../../structure/jquery.mobile.headerfooter .css" );
13
+ @import url ( "../../structure/jquery.mobile.fixedToolbar .css" );
14
14
@import url ( "../../structure/jquery.mobile.navbar.css" );
15
15
@import url ( "../../structure/jquery.mobile.button.css" );
16
16
@import url ( "../../structure/jquery.mobile.collapsible.css" );
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ define([
39
39
'order!jquery.mobile.buttonMarkup' ,
40
40
'order!jquery.mobile.controlGroup' ,
41
41
'jquery.mobile.links' ,
42
- 'jquery.mobile.fixHeaderFooter' ,
43
- 'jquery.mobile.fixHeaderFooter.native'
42
+ 'jquery.mobile.fixedToolbar'
44
43
] , function ( ) {
45
44
require ( [ 'jquery.mobile.init' ] ) ;
46
45
} ) ;
You can’t perform that action at this time.
0 commit comments