mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-14 03:11:02 +00:00
shifted the order a little
This commit is contained in:
parent
9ff89b7115
commit
ea8545928e
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ $elements = array(
|
|||
'jquery.mobile.support.js',
|
||||
'jquery.mobile.event.js',
|
||||
'jquery.mobile.hashchange.js',
|
||||
'jquery.mobile.core.js',
|
||||
'jquery.mobile.page.js',
|
||||
'jquery.mobile.fixHeaderFooter.js',
|
||||
'jquery.mobile.forms.checkboxradio.js',
|
||||
|
|
@ -23,8 +24,7 @@ $elements = array(
|
|||
'jquery.mobile.listview.filter.js',
|
||||
'jquery.mobile.dialog.js',
|
||||
'jquery.mobile.navbar.js',
|
||||
'jquery.mobile.grid.js',
|
||||
'jquery.mobile.core.js'
|
||||
'jquery.mobile.grid.js'
|
||||
);
|
||||
|
||||
include('../combine.php');
|
||||
|
|
|
|||
Loading…
Reference in a new issue