From 12b761e127704435edd7a7c6e63e78e068ac0340 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 26 Nov 2024 10:53:49 -0500 Subject: [PATCH] Minor updates before going live with the archives. --- .../ae_idaa_comp__archive_obj_id_view.svelte | 28 +++---------------- static/idaa_novi_iframe_archives.html | 2 +- 2 files changed, 5 insertions(+), 25 deletions(-) diff --git a/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte b/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte index 119421ac..b53ba2a9 100644 --- a/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte +++ b/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte @@ -1,6 +1,5 @@ @@ -47,7 +25,9 @@ let ae_trigger: any = null;

{@html $lq__archive_obj?.name ?? 'Loading...'} - ({$lq__archive_content_obj_li?.length ?? '0'}×) + {#if $ae_loc.trusted_access} + ({$lq__archive_content_obj_li?.length ?? '0'}×) + {/if} {#await $idaa_prom.load__archive_content_obj_li} {:then} @@ -245,7 +225,7 @@ let ae_trigger: any = null;