From a11a7b4cde5834781aa57e7f9c9a8a3a309d6411 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Wed, 16 Dec 2020 08:06:10 +0100 Subject: wip --- templates/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.js b/templates/index.js index 42f8398..1422fe6 100644 --- a/templates/index.js +++ b/templates/index.js @@ -69,4 +69,4 @@ async function showUnconnectedMarkers() { var marker = L.marker(res[key]).addTo(map) } } -showUnconnectedMarkers() +//showUnconnectedMarkers() -- cgit v1.2.1