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 | 711a80959efaf16a58e40d3a2031b483df39a4d9 (patch) | |
| tree | a471ff1a903694eac83b99baaa2346b487923acd /static | |
| parent | 0ec7c0b672c69cd34af0f97f0dd26f75a622a5d8 (diff) | |
| download | temp_pred_arima-711a80959efaf16a58e40d3a2031b483df39a4d9.tar.xz temp_pred_arima-711a80959efaf16a58e40d3a2031b483df39a4d9.zip | |
Added Tailwind CDN and Refactor JS Code
Diffstat (limited to 'static')
| -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"); |
