Merge remote-tracking branch 'origin/UMBE' into UMBE
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(window.innerHeight, "*")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,4 @@ const { vermittler } = Astro.params;
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Welcher Energieausweis? - Widget">
|
|
||||||
|
|
||||||
<WelcherAusweisWidget client:load/>
|
<WelcherAusweisWidget client:load/>
|
||||||
|
|
||||||
</Layout>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user