fix photo sticking from last aircraft

This commit is contained in:
Matthias Wirth
2021-04-20 21:23:36 +02:00
parent 5be1b8f3ed
commit b85e553d9a

View File

@@ -2183,6 +2183,7 @@ function refreshPhoto(selected) {
let urlTail;
let param;
if (!selected.regLoaded) {
displaySil();
return;
} else if (selected.registration != null && selected.registration.length <= 4 && selected.registration.match(/^[0-9]*$/)) {
displaySil();