From e72120abafdf90b6aac4690b22624d4154670c5f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 19 Dec 2018 09:39:33 -0500 Subject: [PATCH] force https for jquery url --- setup.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.17.1