Rendering is mostly working. Still need to finish presenters and everything related to files.

This commit is contained in:
Scott Idem
2020-02-11 15:58:06 -05:00
parent 33d163512e
commit 85b268c0b8
3 changed files with 289 additions and 167 deletions

View File

@@ -428,6 +428,8 @@
safe_to_render_launcher = false; // Set to false so that the launcher render only starts after the launcher object has updated
run_check_file_cache = true; // Set to true so that the local file cache will be checked against the updated event files
idb_event_file_check_datetime = Date.now() + idb_event_file_check_period;
let render_event_presenter_records_result = await uiv2.render_event_presenter_records(); // NOTE: v2 idb to ui
}