Post Inner Height

This commit is contained in:
Moritz Utcke
2025-01-06 08:57:08 +07:00
parent 902968a07a
commit 3a6b402591

View File

@@ -37,7 +37,7 @@
} }
if ((gebaeudetyp || anlass || einheiten || sanierungsstatus || baujahr || heizungsAlter || leerStand) && window.parent) { if ((gebaeudetyp || anlass || einheiten || sanierungsstatus || baujahr || heizungsAlter || leerStand) && window.parent) {
window.parent.postMessage("", "*") window.parent.postMessage(window.innerHeight, "*")
} }
} }
</script> </script>