This commit is contained in:
Matthias Wirth
2025-05-29 05:15:00 +00:00
parent 8fb61208d0
commit 2520377a46

View File

@@ -1745,9 +1745,8 @@ jQuery('#selected_altitude_geom1')
jQuery('#imageConfigLink').text(imageConfigText)
jQuery('#imageConfigHeader').show();
}
if (aiscatcher_server != "") {
let host = window.location.hostname;
aiscatcher_server = aiscatcher_server.replace('HOSTNAME', host);
if (aiscatcher_server) {
aiscatcher_server = aiscatcher_server.replace('HOSTNAME', window.location.hostname);
}
if (hideButtons) {