From ccba530223551246da9209bd848427735f1e4551 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 18 Apr 2025 14:01:51 -0400 Subject: [PATCH] Cleaned up the page loading for IDAA section --- src/routes/idaa/(idaa)/+layout.svelte | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/routes/idaa/(idaa)/+layout.svelte b/src/routes/idaa/(idaa)/+layout.svelte index 0f82cda2..a8a9dc53 100644 --- a/src/routes/idaa/(idaa)/+layout.svelte +++ b/src/routes/idaa/(idaa)/+layout.svelte @@ -182,7 +182,7 @@ run(() => {

IDAA Novi UUID not found!

{/if} -{:else} +{:else if browser}

@@ -209,5 +209,9 @@ run(() => {

IDAA Novi UUID not found!

{/if}

- +{:else} +

+ + Loading... +

{/if}