modules/freifunk: fix map.html when using https, thanks cholin
[project/luci.git] / modules / freifunk / luasrc / view / freifunk-map / map.htm
index 02b1afdab0bd65fd4f6aae5c6f048251c260593b..c3951f9c63d35f7014f23be80451cc99fe6b926f 100644 (file)
@@ -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;