projects
/
web
/
GaylordGolfMecca.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d87d2f
)
force https for jquery url
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 19 Dec 2018 14:39:33 +0000
(09:39 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 19 Dec 2018 14:39:33 +0000
(09:39 -0500)
setup.phtml
patch
|
blob
|
history
diff --git
a/setup.phtml
b/setup.phtml
index
152d034
..
829d9d6
100644
(file)
--- 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');