remove stale js code that throws errors after bootstrap upgrade

the actual tab switching happens elsewhere now anyway
site-osm-baustelle
Hartmut Holzgraefe 2023-01-19 21:39:20 +00:00
rodzic a9c7f0b9d9
commit a192abdd4d
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -38,8 +38,6 @@ function verify_geojson_data(json_data, filename, filenum)
return false;
}
$('#step-location-bbox').tab('show') // Select geo location tab
return json_layer;
}
@ -80,7 +78,6 @@ function verify_umap_json_data(json_data, filename, filenum)
return false;
}
$('#step-location-bbox').tab('show') // Select geo location tab
json_layer.maptitle = json_data.properties.name;
try {