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 | bcffbef170d9ed5850e7a3693e528cdc6f97eb7a (patch) | |
| tree | 14b5848640f6902524e0b4d5f9232b181907b86e /templates | |
| parent | f7891739d704a8dda2f44fe152eca45aef8e8396 (diff) | |
| download | temp_pred_arima-bcffbef170d9ed5850e7a3693e528cdc6f97eb7a.tar.xz temp_pred_arima-bcffbef170d9ed5850e7a3693e528cdc6f97eb7a.zip | |
adding city ids to the frontend
Diffstat (limited to 'templates')
| -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> |
