Still working on listing the presentations
This commit is contained in:
@@ -266,6 +266,9 @@
|
||||
let safe_to_render_launcher = false; // currently only set to true in module_app_idb.js
|
||||
let run_check_file_cache = false;
|
||||
|
||||
let looping_tbl_event_presentation = false;
|
||||
|
||||
|
||||
//const loading_loop_interval = app_config.loading_loop_interval; // in milliseconds
|
||||
//const loading_loop_interval = 500;
|
||||
//const main_loop_interval = app_config.main_loop_interval; // in milliseconds
|
||||
@@ -401,7 +404,7 @@
|
||||
run_idb_to_launcher = true; // Set to true so that the launcher object is rebuilt
|
||||
safe_to_render_launcher = false; // Set to false so that the launcher render only starts after the launcher object has updated
|
||||
idb_event_presentation_check_datetime = Date.now() + idb_event_presentation_check_period;
|
||||
let render_event_presentation_records_result = uiv2.render_event_presentation_records(); // NOTE: v2 idb to ui
|
||||
let render_event_presentation_records_result = await uiv2.render_event_presentation_records(); // NOTE: v2 idb to ui
|
||||
}
|
||||
|
||||
if (idb_event_presenter_check_datetime < Date.now()) {
|
||||
|
||||
Reference in New Issue
Block a user