diff options
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> |
