diff options
| author | Stefan Hansson <steha708@edu.liu.se> | 2020-12-16 08:06:10 +0100 |
|---|---|---|
| committer | Newbyte <steha708@liu.se> | 2020-12-16 08:06:10 +0100 |
| commit | a11a7b4cde5834781aa57e7f9c9a8a3a309d6411 (patch) | |
| tree | 3de6e7616a9f2db627ad80870e68c8a77f24709e /templates | |
| parent | 7d31854216fd893e1805c6dd40517f329ee3e886 (diff) | |
| download | tdde25-a11a7b4cde5834781aa57e7f9c9a8a3a309d6411.tar.gz | |
wip
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() |
