diff options
author | ivan <ivan> | 2011-12-18 01:53:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-18 01:53:57 +0000 |
commit | fe59d022fdb1ad9f8e24da54e322c72a26873a46 (patch) | |
tree | 20acd1bcbd8c683fa795e3569fa1fa110666e538 | |
parent | dbc3a00f8a47ca8f3db81964efbc5f7c9e093804 (diff) |
access gmaps over ssl to eliminate a warning under IE, RT#15539
-rw-r--r-- | httemplate/view/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/map.html b/httemplate/view/map.html index 71a153842..1725fd852 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; |