Improvements and other minor fixes. Wrapping up for the night.
This commit is contained in:
@@ -52,15 +52,16 @@ if (browser) {
|
||||
// The archive_id should not already be set while the page is loading if we are looking at this page?
|
||||
// let message = {'archive_id': $idaa_slct?.archive_id ?? null};
|
||||
$idaa_slct.archive_id = null;
|
||||
let message = {'archive_id': $idaa_slct.archive_id};
|
||||
$idaa_slct.archive_content_id = null;
|
||||
let message = {'archive_id': $idaa_slct.archive_id, 'archive_content_id': $idaa_slct.archive_content_id};
|
||||
window.parent.postMessage(message, "*");
|
||||
|
||||
add_activity_log(
|
||||
{
|
||||
action: 'idaa_archives_page',
|
||||
action_with: 'browser',
|
||||
}
|
||||
);
|
||||
// add_activity_log(
|
||||
// {
|
||||
// action: 'idaa_archives_page',
|
||||
// action_with: 'browser',
|
||||
// }
|
||||
// );
|
||||
}
|
||||
|
||||
function add_activity_log(
|
||||
|
||||
Reference in New Issue
Block a user