You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ich dachte ich lasse das mal hier - ich habe gerade keine Übersicht ob in Doku oder ob es woanders hin passt.
Hoffe aber es hilft :)
<scripttype="text/javascript">
// Wenn Google Maps per Iframe eingebunden ist und die eigentlich SRC per data-src gesetzt ist
// ID des GoogleMaps Iframes holen
let gMapContainer = document.getElementById('googlemap');
if (gMapContainer) {// data-src des GoogleMaps Iframes holenletgMapSrc=gMapContainer.dataset.src;// src des GoogleMaps Iframes gleich der data-src setzengMapContainer.src=gMapSrc;}</script>
The text was updated successfully, but these errors were encountered:
Ich dachte ich lasse das mal hier - ich habe gerade keine Übersicht ob in Doku oder ob es woanders hin passt.
Hoffe aber es hilft :)
The text was updated successfully, but these errors were encountered: