minor fixes

This commit is contained in:
Jan Kiljanski 2024-06-11 21:05:40 +02:00
parent d0c2c98e17
commit b15d5d1b3b

View File

@ -114,7 +114,7 @@
<script src="{%static 'pt_map/sidebar.js'%}"></script> <script src="{%static 'pt_map/sidebar.js'%}"></script>
<script src="{%static 'pt_map/shapes_on_map.js'%}"></script> <script src="{%static 'pt_map/shapes_on_map.js'%}"></script>
<script src="{%static 'pt_map/parsing_files.js'"%}></script> <script src="{%static 'pt_map/parsing_files.js'%}"></script>
<script> <script>
// Initialize the map centered on Toruń, Poland // Initialize the map centered on Toruń, Poland
@ -177,7 +177,7 @@
} }
function importGTFS() { function importGTFS() {
//imported_data = JSON.parse('{{ data }}'); imported_data = JSON.parse('{{ data }}');
alert("Import existing GTFS clicked"); alert("Import existing GTFS clicked");
// Logic to import existing GTFS would go here // Logic to import existing GTFS would go here
} }