summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2011-12-18 01:53:58 +0000
committerivan <ivan>2011-12-18 01:53:58 +0000
commit822645aade15a4c4ac0558b116f7aacf9491002c (patch)
treef89edbe525ca4f95d3ff3cba8785e05ff2081505 /httemplate
parentf9bc93ed7ac02a666d09a213d5093f3727738936 (diff)
access gmaps over ssl to eliminate a warning under IE, RT#15539
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/map.html b/httemplate/view/map.html
index 71a1538..1725fd8 100644
--- a/httemplate/view/map.html
+++ b/httemplate/view/map.html
@@ -45,7 +45,7 @@ sub onload_render
body { height: 100%; margin: 0px; padding: 0px }
#map_canvas { height: 100% }
</style>
- <script type="text/javascript" src="http://maps.google.com/maps/api/js?libraries=panoramio,geometry&v=3.4&sensor=false">
+ <script type="text/javascript" src="https://maps.google.com/maps/api/js?libraries=panoramio,geometry&v=3.4&sensor=false">
</script>
<script type="text/javascript">
var lengthLine=0;