From 8f2a8aebba9fd8747107e3130b8a9ef8f3ae4863 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 7 Jun 2013 19:04:18 +0000 Subject: [PATCH] switch to app for jquery --- setup.phtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.phtml b/setup.phtml index 02b9229..95a57fd 100644 --- a/setup.phtml +++ b/setup.phtml @@ -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' -- 2.17.1