Oberflächenadministratoren, SMW-Administratoren, SMW-Kuratoren, SMW-Editoren, Oversighter, Administratoren, Widget-Bearbeiter
1.217
Bearbeitungen
K (fix #36) |
K (fix #36) |
||
Zeile 165: | Zeile 165: | ||
var counter = 0; | var counter = 0; | ||
console.log("[mapResize] couter:", counter); | console.log("[mapResize] couter:", counter); | ||
var mapsLeafletList = window.mapsLeafletList; | |||
if (mapsLeafletList && mapsLeafletList.length) { | if (mapsLeafletList && mapsLeafletList.length) { | ||
mapsLeafletList.forEach(l | mapsLeafletList.forEach(function(l) { | ||
if (l.map) { | if (l.map) { | ||
console.log("[mapResize] invalidateSize"); | console.log("[mapResize] invalidateSize"); |
Bearbeitungen