MediaWiki:Common.js: Unterschied zwischen den Versionen

Aus FürthWiki

K
fix #36
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);
const mapsLeafletList = window.mapsLeafletList;
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");