Moved configurable parts to the top and fixed destination not being set to UNFETCHED on clear map
This commit is contained in:
@ -117,6 +117,7 @@
|
||||
document.getElementById("latlong").innerHTML = "Coordinates (Merged): " + "UNFETCHED";
|
||||
document.getElementById("tak").innerHTML = "TAK: " + "UNFETCHED";
|
||||
document.getElementById("vehicleInfo").innerHTML = "Vehicle info: " + "UNFETCHED";
|
||||
document.getElementById("destination").innerHTML = "Destination: " + "UNFETCHED";
|
||||
});
|
||||
|
||||
document.getElementById('bulk-search').addEventListener('submit', function (event) {
|
||||
|
Reference in New Issue
Block a user