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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user