@@ -127,7 +127,7 @@ export default {
127
127
opengeotip (msg ) {
128
128
129
129
this .closegeotip ();
130
-
130
+
131
131
this .geomsg = msg;
132
132
this .geomsgopened = true ;
133
133
@@ -140,7 +140,6 @@ export default {
140
140
getlocalmappos () {
141
141
// console.log("Geolocation setting up default values");
142
142
const lastsettings = localStorage .getItem (" map-position" ) || JSON .stringify ({" lat" : config .MAP .position .lat , " lng" : config .MAP .position .lng , " zoom" : config .MAP .zoom });
143
- const savelocally = true ;
144
143
let savelocally = true ;
145
144
146
145
/* We don't need to save position loacally if there is set from config */
@@ -208,7 +207,7 @@ export default {
208
207
this .geoavailable = false ;
209
208
reject (" Geolocation is not available" );
210
209
}
211
-
210
+
212
211
});
213
212
},
214
213
@@ -229,7 +228,7 @@ export default {
229
228
230
229
async loadMap () {
231
230
this .geoisloading = false ;
232
-
231
+
233
232
this .map = init ([this .lat , this .lng ], this .zoom , this .theme );
234
233
this .relocatemap (this .lat , this .lng , this .zoom , " reload" );
235
234
@@ -315,7 +314,7 @@ export default {
315
314
this .loadMap ();
316
315
});
317
316
/* - Operate with a map */
318
-
317
+
319
318
},
320
319
};
321
320
</script >
@@ -456,8 +455,8 @@ export default {
456
455
457
456
.popoovergeo-tip :after {
458
457
content : " " ;
459
- width : 0 ;
460
- height : 0 ;
458
+ width : 0 ;
459
+ height : 0 ;
461
460
border-left : 10px solid transparent ;
462
461
border-right : 10px solid transparent ;
463
462
border-top : 10px solid color-mix(in srgb , var (--color-dark ) 70% , transparent );
0 commit comments