Merge remote-tracking branch 'origin/UMBE' into UMBE

This commit is contained in:
Robert Jagtiani
2025-01-16 16:34:26 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -35,6 +35,10 @@
allowedReason.includes(anlass) &&
allowedTypes.includes(gebaeudetyp) && (leerStand === "bis 30") && (heizungsAlter === ">= 3");
}
if ((gebaeudetyp || anlass || einheiten || sanierungsstatus || baujahr || heizungsAlter || leerStand) && window.parent) {
window.parent.postMessage(window.innerHeight, "*")
}
}
</script>

View File

@@ -7,8 +7,4 @@ const { vermittler } = Astro.params;
---
<Layout title="Welcher Energieausweis? - Widget">
<WelcherAusweisWidget client:load/>
</Layout>