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

@@ -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(