Getting rid of old code. Wrapping up for the day and week.

This commit is contained in:
Scott Idem
2025-09-19 16:23:39 -04:00
parent f06358439f
commit 5b7aa320e2
3 changed files with 1 additions and 132 deletions

View File

@@ -60,11 +60,6 @@ $journals_slct.journal_obj_li = ae_acct.slct.journal_obj_li;
// let ae_promises: key_val = {};
// if (browser) {
// console.log('AE Journals: +layout.svelte');
// console.log($journals_slct.journal_obj_li);
// };
let nav_y_height = $state(0);
let box: any;
@@ -243,19 +238,6 @@ function scroll_container() {
</nav>
<!-- <section class="status flex flex-col justify-center items-center gap-1">
{#if $ae_loc.administrator_access}
<h3 class="h4">Administrator Access - Technical Support</h3>
<p>You are accessing the journals module with "administrator" level permissions.</p>
{:else if $ae_loc.trusted_access}
<h3 class="h4">Trusted Access - Staff</h3>
<p>You are accessing the journals module with "trusted" level permissions.</p>
{:else if !$ae_loc.trusted_access}
<h3 class="h4">Restricted Access</h3>
<p>You are accessing to the journals module is limited</p>
{/if}
</section> -->
<!-- Add overflow-auto to section element to have the main nav sort of sticky at top -->
<section
class:iframe={$ae_loc?.iframe}