diff options
| author | Priyansh <[email protected]> | 2021-12-09 01:41:29 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-12-09 01:41:29 -0500 |
| commit | 864410797f4e5c5761d8f324d23a04398f4e870c (patch) | |
| tree | 14b5848640f6902524e0b4d5f9232b181907b86e /templates/index.html | |
| parent | 02fb6066c2b9e5e28224b8f3fc224982403e7f44 (diff) | |
| download | temp_pred_arima-864410797f4e5c5761d8f324d23a04398f4e870c.tar.xz temp_pred_arima-864410797f4e5c5761d8f324d23a04398f4e870c.zip | |
adding city ids to the frontend
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 19fc873..ac2d321 100644 --- a/templates/index.html +++ b/templates/index.html @@ -74,6 +74,7 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script type="text/javascript"> const cities = JSON.parse('{{cities_list | tojson}}'); + console.log(cities); </script> <script src="../static/js/map.js" defer></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> |
