A lot of clean up of code.

This commit is contained in:
Scott Idem
2020-03-06 16:44:19 -05:00
parent 2ddcde1642
commit 666b1fc422
10 changed files with 146 additions and 165 deletions

View File

@@ -1,8 +1,8 @@
// This function is used to render all event, location, session, presentation, and presenter file records to the UI.
//exports.render_event_file_records = async function () {
async function render_event_file_records() {
console.log('Rendering all event, location, session, presentation, and presenter file records...');
console.log('****************** Files ******************');
console.log('Rendering all event, location, session, presentation, and presenter file records...');
if (looping_tbl_event_file) {
console.log('Already looping through the tbl_event_file table. Not starting until finished.');