From: maxious Date: Thu, 17 Nov 2011 22:42:21 +0000 Subject: Upgrade to jQuery Mobile 1.0 in production X-Git-Url: https://maxious.lambdacomplex.org/git/?p=busui.git&a=commitdiff&h=876c3cc393e68896a7d615189333b1c5edbc6d67 --- Upgrade to jQuery Mobile 1.0 in production --- --- a/include/common-template.inc.php +++ b/include/common-template.inc.php @@ -54,19 +54,20 @@ '; - $jqmVersion = "1.0rc1"; + $jqmVersion = "1.0"; if (isDebugServer()) { $jqmcss = $basePath . "css/jquery.mobile-$jqmVersion.css"; - $jqjs = $basePath . "js/jquery-1.6.2.min.js"; + $jqjs = $basePath . "js/jquery-1.6.4.min.js"; $jqmjs = $basePath . "js/jquery.mobile-$jqmVersion.js"; + + $jqmcss = $basePath . "css/jquery.mobile-b90eab4935.css"; + $jqmjs = $basePath . "js/jquery.mobile-b90eab4935.js"; } else { $jqmcss = "//code.jquery.com/mobile/$jqmVersion/jquery.mobile-$jqmVersion.min.css"; $jqjs = "//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"; $jqmjs = "//code.jquery.com/mobile/$jqmVersion/jquery.mobile-$jqmVersion.min.js"; } - $jqmcss = $basePath . "css/jquery.mobile-b90eab4935.css"; - $jqmjs = $basePath . "js/jquery.mobile-b90eab4935.js"; echo '