From 03c0dd6d134dccb8e97a30d14461de577a86e2e0 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 15 Jul 2025 23:35:23 -0400 Subject: [PATCH] Sort of preventative bug fix early in page load --- src/routes/+layout.svelte | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 48b389f4..7a947b00 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -706,6 +706,8 @@ $effect(() => { + + {#if $ae_loc?.site_google_tracking_id && $ae_loc?.site_google_tracking_id.length > 0} {/if} @@ -940,9 +942,39 @@ $effect(() => { Page data is loading... + {/if} + + + Loading... + + + {#if (browser) } + {#if !$ae_loc?.iframe || $ae_loc?.trusted_access} { {:else} @@ -964,7 +996,7 @@ $effect(() => {
- Loading... + Layout loading...