Lots of work on getting the Launcher actually working well.
This commit is contained in:
@@ -372,6 +372,11 @@ let events_session_data_struct: key_val = {
|
||||
|
||||
loading__session_li_status: null,
|
||||
loading__session_id_status: null,
|
||||
|
||||
trigger_reload__event_session_obj_id: null,
|
||||
trigger_reload__event_session_obj_li: null,
|
||||
trigger_reload__event_location_obj_id: null,
|
||||
trigger_reload__event_location_obj_li: null,
|
||||
},
|
||||
|
||||
// Lead Retrievals (Exhibit)
|
||||
|
||||
@@ -10,7 +10,7 @@ import { ae_util } from '$lib/ae_utils/ae_utils';
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
|
||||
export let log_lvl: number = 0;
|
||||
export let expire_minutes: number = 10;
|
||||
export let expire_minutes: number = 15;
|
||||
export let mount_reload_sec: number = 0;
|
||||
|
||||
export let ds_code: string;
|
||||
|
||||
Reference in New Issue
Block a user