Working on formatting for IDAA Novi site.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user