fix not checking position on globe

This commit is contained in:
Matthias Wirth
2022-04-11 20:27:25 +02:00
parent 7512157bd4
commit f09c90428f

View File

@@ -2480,7 +2480,6 @@ function initMap() {
if (
window && window.location && window.location.protocol == 'https:'
&& loStore['geoFindMeFirstVisit'] != 'no'
&& !SiteOverride
&& (globeIndex || uuid || askLocation)
&& !usp.has('icao')