From ea8545928ec02262b3bdc116898e19a88fb0d9f7 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 18 Nov 2010 22:52:35 -0500 Subject: [PATCH] shifted the order a little --- js/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/index.php b/js/index.php index d1715a2e..b0480645 100644 --- a/js/index.php +++ b/js/index.php @@ -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');