From 63cb0f2969a39fe847ca31fe88cd06f8a73987fb Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 1 May 2025 14:56:44 -0400 Subject: [PATCH] Minor update --- src/lib/ae_stores.ts | 2 +- src/routes/+layout.svelte | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/ae_stores.ts b/src/lib/ae_stores.ts index 0d70d819..6f5660c0 100644 --- a/src/lib/ae_stores.ts +++ b/src/lib/ae_stores.ts @@ -47,7 +47,7 @@ export let ae_snip = string_snippets; // }; // Set the version for the app data. Changing this should force a notification and ask the user to clear and reload the page. -let ver = '2025-04-30_1915'; // KEEP: 2025-04-18_1335 and 2025-04-29_1545 +let ver = '2025-05-01_1445'; // KEEP: 2025-04-18_1335 and 2025-04-29_1545 let ver_idb = '2025-04-18_1100'; // Not currently used // *** BEGIN *** Longer-term app data. This should be stored to local storage. diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 587da4d7..86586aa6 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -691,6 +691,8 @@ $effect(() => { // alert('IDB, Local, and Session Storage cleared. The page should now refresh on its own.'); + // invalidateAll(); + window.location.reload(); }} class="btn btn-lg m-1 variant-filled-warning hover:variant-filled-success text-error-1000 hover:text-error-800 transition-all text-wrap"