From: Steve Sutton Date: Fri, 7 Jun 2013 20:00:51 +0000 (+0000) Subject: switch back to CDN X-Git-Tag: v1.0~122 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4da3221864e562673e380e99919e5248cea880fc;p=web%2FMichiganTrailMaps.git switch back to CDN --- diff --git a/setup.phtml b/setup.phtml index 95a57fd..02b9229 100644 --- a/setup.phtml +++ b/setup.phtml @@ -502,12 +502,8 @@ define('COUPON_SITE_URL', $serverConfig->coupon_site_url); $jqueryUrl = ($isSecurePage) ? 'https://' : 'http://'; define( 'JQUERY_CDN_JS', - $jqueryUrl . 'app.gaslightmedia.com/libjs/jquery/jquery-1.7.2.min.js' + $jqueryUrl . 'ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.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'