diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
