From: Steve Sutton Date: Fri, 7 Jun 2013 19:04:18 +0000 (+0000) Subject: switch to app for jquery X-Git-Tag: v1.0~128 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8f2a8aebba9fd8747107e3130b8a9ef8f3ae4863;p=web%2FMichiganTrailMaps.git switch to app for jquery --- 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'