Widget Post Message
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
allowedReason.includes(anlass) &&
|
allowedReason.includes(anlass) &&
|
||||||
allowedTypes.includes(gebaeudetyp) && (leerStand === "bis 30") && (heizungsAlter === ">= 3");
|
allowedTypes.includes(gebaeudetyp) && (leerStand === "bis 30") && (heizungsAlter === ">= 3");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ((gebaeudetyp || anlass || einheiten || sanierungsstatus || baujahr || heizungsAlter || leerStand) && window.parent) {
|
||||||
|
window.parent.postMessage("", "*")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user