Working on formatting for IDAA Novi site.

This commit is contained in:
Scott Idem
2024-12-03 14:48:59 -05:00
parent 6d94583885
commit c34e62a0c5
3 changed files with 24 additions and 11 deletions

View File

@@ -258,6 +258,16 @@ $: if ($idaa_trig.event_li_qry) {
}
if (browser) {
console.log('Browser environment detected.');
if (!$idaa_sess.recovery_meetings.show__modal_edit && !$idaa_sess.recovery_meetings.show__modal_view) {
$idaa_slct.event_id = null;
}
let message = {'event_id': $idaa_slct?.event_id ?? null};
window.parent.postMessage(message, "*");
}
</script>