Moved configurable parts to the top and fixed destination not being set to UNFETCHED on clear map

This commit is contained in:
eetnaviation
2024-12-06 17:49:08 +02:00
parent 318c1bc3ff
commit 0cbdf24807
2 changed files with 13 additions and 10 deletions

View File

@ -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) {