don't ask for location if link has icao or lat / lon

This commit is contained in:
Matthias Wirth
2021-07-29 16:31:54 +02:00
parent 8f93da17f8
commit df1e2b6c18

View File

@@ -2263,6 +2263,7 @@ function initMap() {
if (window && window.location && window.location.protocol == 'https:'
&& !SiteOverride && (globeIndex || uuid || askLocation)
&& !usp.has('icao') && !usp.has("lat") && !usp.has("lon")
&& localStorage['geoFindMeFirstVisit'] == undefined) {
jQuery("#geoFindMeDialog").dialog({
resizable: false,