From 2a1c0d9ed98d85d0b128161a9657c0dc52b409f6 Mon Sep 17 00:00:00 2001 From: drbroiler Date: Mon, 24 May 2021 20:10:01 +0200 Subject: [PATCH] change meshviewer eigener Meshviewer-Map --- layouts/meshviewer/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } }); -