Lots of work and testing on the debug and page load process.

This commit is contained in:
Scott Idem
2025-04-30 15:16:02 -04:00
parent 58bf335502
commit a76cc93acf
2 changed files with 156 additions and 58 deletions

View File

@@ -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-29_1545'; // KEEP: 2025-04-18_1335
let ver = '2025-04-30_1320'; // KEEP: 2025-04-18_1335 and 2025-04-29_1545
let ver_idb = '2025-04-18_1100'; // Not used
// *** BEGIN *** Longer-term app data. This should be stored to local storage.