Minor temp bug fix
This commit is contained in:
@@ -9,7 +9,7 @@ import '../app.postcss';
|
|||||||
import { AppShell, AppBar, initializeStores } from '@skeletonlabs/skeleton';
|
import { AppShell, AppBar, initializeStores } from '@skeletonlabs/skeleton';
|
||||||
// Initialize the stores for Drawer, Modal, and Toast so they work throughout the app.
|
// Initialize the stores for Drawer, Modal, and Toast so they work throughout the app.
|
||||||
initializeStores();
|
initializeStores();
|
||||||
import { Modal } from '@skeletonlabs/skeleton';
|
// import { Modal } from '@skeletonlabs/skeleton';
|
||||||
import type {
|
import type {
|
||||||
ModalComponent
|
ModalComponent
|
||||||
} from '@skeletonlabs/skeleton';
|
} from '@skeletonlabs/skeleton';
|
||||||
@@ -94,6 +94,11 @@ if (log_lvl > 1) {
|
|||||||
console.log(`$slct = `, $slct);
|
console.log(`$slct = `, $slct);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This should only be temporary.
|
||||||
|
if (!$ae_loc.app_cfg) {
|
||||||
|
$ae_loc.app_cfg = {};
|
||||||
|
}
|
||||||
|
|
||||||
// IDB caches - Check if the last reload timestamp for $ae_loc.last_idb_reload is no more than 15 minutes ago.
|
// IDB caches - Check if the last reload timestamp for $ae_loc.last_idb_reload is no more than 15 minutes ago.
|
||||||
let default_idb_reload_time = 120 * 60 * 1000; // 15 minutes?
|
let default_idb_reload_time = 120 * 60 * 1000; // 15 minutes?
|
||||||
let trusted_idb_reload_time = 4 * 60 * 60 * 1000; // 4 hours or 120 minutes?
|
let trusted_idb_reload_time = 4 * 60 * 60 * 1000; // 4 hours or 120 minutes?
|
||||||
|
|||||||
Reference in New Issue
Block a user