I have the new BB Posts working well for IDAA now. NOTE: I intentionally split the API calls that are triggered on layout and page loads.

This commit is contained in:
Scott Idem
2025-07-02 17:09:52 -04:00
parent 25de3407fd
commit 40061b92ca
11 changed files with 247 additions and 104 deletions

View File

@@ -32,6 +32,7 @@ if (log_lvl) {
$idaa_sess.bb.edit__post_obj = null;
$idaa_slct.post_id = ae_acct.slct.post_id;
$idaa_trig.post_id = ae_acct.slct.post_id;
// $idaa_slct.post_obj = ae_acct.slct.post_obj;
// Functions and Logic
@@ -94,8 +95,8 @@ onDestroy(() => {
let message = {'post_id': null};
window.parent.postMessage(message, "*");
$idaa_slct.post_id = null;
$idaa_slct.post_obj = null;
// $idaa_slct.post_id = null;
// $idaa_slct.post_obj = null;
});
</script>