force https for jquery url
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 19 Dec 2018 14:39:33 +0000 (09:39 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 19 Dec 2018 14:39:33 +0000 (09:39 -0500)
setup.phtml

index 152d034..829d9d6 100644 (file)
@@ -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');