summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2014-09-24 17:40:02 +0000
committerManuel Munz <freifunk@somakoma.de>2014-09-24 17:40:02 +0000
commit3d3fdcbd59710885aba1176e3996ac40798364c7 (patch)
tree449749446eb94800b9d6b308556a25192e58ef63 /modules
parent0dc160db71ea5a3f3b5dbecffdcfd5ba327a252b (diff)
modules/freifunk: fix map.html when using https, thanks cholin
Diffstat (limited to 'modules')
-rw-r--r--modules/freifunk/luasrc/view/freifunk-map/map.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk-map/map.htm b/modules/freifunk/luasrc/view/freifunk-map/map.htm
index 02b1afdab..c3951f9c6 100644
--- a/modules/freifunk/luasrc/view/freifunk-map/map.htm
+++ b/modules/freifunk/luasrc/view/freifunk-map/map.htm
@@ -5,7 +5,7 @@
</head>
<body style="margin:0">
- <script src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1" type="text/javascript"></script>
+ <script src="//dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1&s=1" type="text/javascript"></script>
<script type="text/javascript">
var alias = new Array;
var points = new Array;