Change legacy Google Maps link to use https

This commit is contained in:
gneissone 2019-02-21 16:12:12 -07:00
parent 8c7986d7bd
commit c827f65def

View file

@ -110,7 +110,7 @@ var i18nStrings = {
<#if googleMapsKey??>
${scripts.add('<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=${googleMapsKey}"></script>')}
<#else>
${scripts.add('<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>')}
${scripts.add('<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>')}
</#if>
${scripts.add('<script type="text/javascript" src="${urls.base}/js/jquery-ui/js/jquery-ui-1.12.1.min.js"></script>',
'<script type="text/javascript" src="${urls.base}/js/jquery_plugins/jquery.blockUI.js"></script>',