diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2020-12-15 09:35:12 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2020-12-15 09:35:12 +0100 |
| commit | 21a531eac5b953aeab14e4e8ae887695e8a4c4aa (patch) | |
| tree | 8da44c1819fff8785a66f0c017737c139505538c /templates/index.js | |
| parent | 28bf2e9d0df6e093c80d62d5fc9a27bff7d87104 (diff) | |
| download | tdde25-union-find.tar.gz | |
remove unused lineunion-find
Diffstat (limited to 'templates/index.js')
| -rw-r--r-- | templates/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.js b/templates/index.js index 0bbcdbe..01e3880 100644 --- a/templates/index.js +++ b/templates/index.js @@ -61,7 +61,6 @@ async function showMarkers() { showMarkers() async function showUnconnectedMarkers() { - res = await fetch('/show-unconnected-nodes'); const res = await fetch('/show-unconnected-nodes').then(res => res.json()); for (let key in res) { var marker = L.marker(res[key]).addTo(map) |
