Improvements and other minor fixes. Wrapping up for the night.

This commit is contained in:
Scott Idem
2025-07-10 21:10:06 -04:00
parent 1e35681116
commit 6e4649882c
7 changed files with 37 additions and 9 deletions

View File

@@ -44,6 +44,10 @@ import Comp__event_obj_li_wrapper from './ae_idaa_comp__event_obj_li_wrapper.sve
// }
if (browser) {
$idaa_slct.event_id = null; // Just in case
let message = {'event_id': null};
window.parent.postMessage(message, "*");
$idaa_trig.event_li_qry = true;
// $idaa_trig = 'load__event_obj_li';
}