diff --git a/layouts/meshviewer/baseof.html b/layouts/meshviewer/baseof.html index c167458..e0d7895 100644 --- a/layouts/meshviewer/baseof.html +++ b/layouts/meshviewer/baseof.html @@ -10,12 +10,12 @@ $(document).ready(function() { if(window.location.hash) { $("iframe").attr("src", - "http://karte.leipzig.freifunk.net:8018/meshviewer2/build/" + window.location.hash); + "https://meshviewer.freifunk-leipzig.de" + window.location.hash); } }); -