fix callsign highlight on map for mobile / portable calls

This commit is contained in:
Jakob Ketterl
2021-01-17 18:50:55 +01:00
parent e917b920c8
commit c59c5b76d8
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
});
var expectedCallsign;
if (query.callsign) expectedCallsign = query.callsign;
if (query.callsign) expectedCallsign = decodeURIComponent(query.callsign);
var expectedLocator;
if (query.locator) expectedLocator = query.locator;