diff options
| author | itsGarrin <garrin.shieh@gmail.com> | 2023-11-07 10:40:14 -0500 |
|---|---|---|
| committer | itsGarrin <garrin.shieh@gmail.com> | 2023-11-07 10:40:14 -0500 |
| commit | e2e38322580304b8c0168f3e3a8a3986d229b0fd (patch) | |
| tree | b4d6f99882ed5628b9447893e42e8421b4517d91 /dashboard_website/static/js/map.js | |
| parent | 8dad8eaf2d1a9992e2779053f306f6d0736886bf (diff) | |
| parent | 20f22f05a8a7b049c6946ac056773bef954642e9 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'dashboard_website/static/js/map.js')
| -rw-r--r-- | dashboard_website/static/js/map.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dashboard_website/static/js/map.js b/dashboard_website/static/js/map.js deleted file mode 100644 index 35eb70a..0000000 --- a/dashboard_website/static/js/map.js +++ /dev/null @@ -1,6 +0,0 @@ - -var all_clues = L.layerGroup([]); // all clues -var unvisited_clues = L.layerGroup([]); // subset of all clues - unvisited clues -var destination_clues = L.layerGroup([]); // clues bikers are currently destined for - -document.onload()
\ No newline at end of file |
