From: Maxious Date: Thu, 04 Aug 2011 01:57:57 +0000 Subject: Update busstopdensity tile generator for labs and PDO postgres X-Git-Url: https://maxious.lambdacomplex.org/git/?p=busui.git&a=commitdiff&h=ea2e49009b01b0a53976648bddb3c1a7a8920410 --- Update busstopdensity tile generator for labs and PDO postgres --- --- a/include/common-template.inc.php +++ b/include/common-template.inc.php @@ -34,17 +34,18 @@ ' . $pageTitle . ' - - '; + + + '; if (isDebugServer()) { $jqmcss = $labsPath . 'css/jquery.mobile-1.0b1.css'; $jqjs = $labsPath . 'js/jquery-1.6.1.min.js'; $jqmjs = $labsPath . 'js/jquery.mobile-1.0b1.js'; } else { - $jqmcss = "http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.css"; - $jqjs = "http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"; - $jqmjs = "http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.js"; + $jqmcss = "//code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.css"; + $jqjs = "//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"; + $jqmjs = "//code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.js"; } echo ' @@ -53,16 +54,12 @@ }); - - + + + + '; echo '