Oberflächenadministratoren, SMW-Administratoren, SMW-Kuratoren, SMW-Editoren, Oversighter, Administratoren, Widget-Bearbeiter
1.217
Bearbeitungen
K (fix for #36) |
K (fix #36) |
||
Zeile 161: | Zeile 161: | ||
setTimeout(function() { | setTimeout(function() { | ||
const maplist = window.mapsLeafletList; | const maplist = window.mapsLeafletList; | ||
if (maplist) maplist.forEach(l => l.map.invalidateSize(false)); | if (maplist) maplist.forEach(l => { | ||
if (l.map) l.map.invalidateSize(false); | |||
}); | |||
}, 200); | }, 200); | ||
}); | }); | ||
}); | }); |
Bearbeitungen