diff options
| author | Priyansh <[email protected]> | 2021-11-17 14:41:20 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-11-17 14:41:20 -0500 |
| commit | 0b9d1fb90f469a3c44cc10f0cdba22dcf796d75c (patch) | |
| tree | a471ff1a903694eac83b99baaa2346b487923acd /static/js/map.js | |
| parent | 861581da1dbb874e9f859d4fba6221e27ea26966 (diff) | |
| download | temp_pred_arima-0b9d1fb90f469a3c44cc10f0cdba22dcf796d75c.tar.xz temp_pred_arima-0b9d1fb90f469a3c44cc10f0cdba22dcf796d75c.zip | |
Added Tailwind CDN and Refactor JS Code
Diffstat (limited to 'static/js/map.js')
| -rw-r--r-- | static/js/map.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/map.js b/static/js/map.js index d379ffb..ec6d9b4 100644 --- a/static/js/map.js +++ b/static/js/map.js @@ -4,7 +4,6 @@ InitializeMap({ latitude: 42.8864, longitude: -78.8784 }); -const cities = JSON.parse('{{cities_list | tojson}}'); for (var i in cities) { var select = document.getElementById("city_list"); var option = document.createElement("option"); |
