From: Steve Sutton Date: Wed, 19 Dec 2018 14:39:33 +0000 (-0500) Subject: force https for jquery url X-Git-Tag: v1.5.25^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e72120abafdf90b6aac4690b22624d4154670c5f;p=web%2FGaylordGolfMecca.git force https for jquery url --- diff --git a/setup.phtml b/setup.phtml index 152d034..829d9d6 100644 --- a/setup.phtml +++ b/setup.phtml @@ -515,7 +515,7 @@ define('COUPON_SITE_URL', $serverConfig->coupon_site_url); /** * Url for the CDN-Hosted Javascript and css for Jquery */ -$jqueryUrl = ($isSecurePage) ? 'https://' : 'http://'; +$jqueryUrl = 'https://'; //define('JQUERY_CDN_JS', '//code.jquery.com/jquery-1.11.0.min.js'); define('JQUERY_CDN_JS', '//code.jquery.com/jquery-1.7.2.min.js'); define('JQUERY_CDN_MIGRATE_JS', '//code.jquery.com/jquery-migrate-1.2.1.js');