Fixed a bug
This commit is contained in:
@@ -178,9 +178,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function importGTFS() {
|
function importGTFS() {
|
||||||
stops = JSON.parse('{{ stops }}');
|
stops = JSON.parse('{{ stops|safe }}');
|
||||||
routes = JSON.parse('{{ routes }}');
|
routes = JSON.parse('{{ routes|safe }}');
|
||||||
timetable = JSON.parse('{{ timetable }}');
|
timetable = JSON.parse('{{ timetable|safe }}');
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user