More work on the initial loading of things... Looks cleaner.
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
export let data: any;
|
||||
// import { browser } from '$app/environment';
|
||||
let log_lvl = 1;
|
||||
console.log(`ae_idaa_archives +layout.svelte data:`, data);
|
||||
if (log_lvl > 1) {
|
||||
console.log(`ae_idaa_archives +layout.svelte data:`, data);
|
||||
}
|
||||
|
||||
import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
import { idaa_loc, idaa_sess, idaa_slct } from '$lib/ae_idaa_stores';
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
<script lang="ts">
|
||||
/** @type {import('./$types').LayoutData} */
|
||||
export let data: any;
|
||||
let log_lvl = 2;
|
||||
console.log(`ae_idaa_bulletin_board +layout.svelte data:`, data);
|
||||
let log_lvl = 1;
|
||||
if (log_lvl > 1) {
|
||||
console.log(`ae_idaa_bulletin_board +layout.svelte data:`, data);
|
||||
}
|
||||
|
||||
import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
import { idaa_loc, idaa_sess, idaa_slct } from '$lib/ae_idaa_stores';
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
<script lang="ts">
|
||||
/** @type {import('./$types').LayoutData} */
|
||||
export let data: any;
|
||||
let log_lvl = 1;
|
||||
console.log(`ae_idaa_recovery_meetings +layout.svelte data:`, data);
|
||||
let log_lvl = 0;
|
||||
if (log_lvl > 1) {
|
||||
console.log(`ae_idaa_recovery_meetings +layout.svelte data:`, data);
|
||||
}
|
||||
|
||||
// import { browser } from '$app/environment';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user