update CDN for jquery
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Jun 2014 12:48:40 +0000 (08:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Jun 2014 12:48:40 +0000 (08:48 -0400)
from 1.7.2 to 1.8.3

setup.phtml

index 7f06f98..c79d217 100644 (file)
@@ -509,7 +509,7 @@ 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 . 'ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'
 );
 define(
     'JQUERY_UI_CDN_CSS',