fix /?airport=

This commit is contained in:
Matthias Wirth
2021-12-15 18:11:27 +01:00
parent 99bb5c6cab
commit bc09a24fd2

View File

@@ -4960,7 +4960,7 @@ function processURLParams(){
toggleMilitary();
if (usp.has('airport')) {
airport = usp.get('airport').trim().toUpperCase();
onJumpInput = usp.get('airport').trim().toUpperCase();
onJump();
}