switch to app for jquery
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 7 Jun 2013 19:04:18 +0000 (19:04 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 7 Jun 2013 19:04:18 +0000 (19:04 +0000)
setup.phtml

index 02b9229..95a57fd 100644 (file)
@@ -502,8 +502,12 @@ define('COUPON_SITE_URL', $serverConfig->coupon_site_url);
 $jqueryUrl = ($isSecurePage) ? 'https://' : 'http://';
 define(
     'JQUERY_CDN_JS',
-    $jqueryUrl . 'ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'
+    $jqueryUrl . 'app.gaslightmedia.com/libjs/jquery/jquery-1.7.2.min.js'
 );
+//define(
+//    'JQUERY_CDN_JS',
+//    $jqueryUrl . 'ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'
+//);
 define(
     'JQUERY_UI_CDN_CSS',
     $jqueryUrl . 'code.jquery.com/ui/1.8.13/themes/smoothness/jquery-ui.css'