Sort of bug fix for version reload. Does it need the alert() to work correctly???

This commit is contained in:
Scott Idem
2025-10-16 21:43:08 -04:00
parent e912c4a48a
commit d1c0148c75
2 changed files with 20 additions and 9 deletions

View File

@@ -5,8 +5,8 @@ import type { Writable } from 'svelte/store';
import type { key_val } from '$lib/ae_stores';
// 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-10-15_1423';
let ver_idb = '2025-10-15_1423';
let ver = '2025-10-16_2139';
let ver_idb = '2025-10-16_2139';
/* *** BEGIN *** Initialize events_local_data_struct */
// Longer-term app data. This should be stored to *local* storage.