diff --git a/layouts/stats/baseof.html b/layouts/stats/baseof.html index 7969e9e..abdb8b8 100644 --- a/layouts/stats/baseof.html +++ b/layouts/stats/baseof.html @@ -10,12 +10,12 @@ $(document).ready(function() { if(window.location.hash) { $("iframe").attr("src", - "https://stats.freifunk-leipzig.de/d/9mT4Bukmk/globale-statistiken?orgId=1" + window.location.hash); + "https://karte.freifunk-leipzig.de/grafana/" + window.location.hash); } }); -