diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index f37b0cc6..39048138 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -499,11 +499,11 @@ active_file_inputs.delete(el) console.log("active", active_file_inputs) // Only load once all queued files have been processed + } + }) if (active_file_inputs.size < 1) { loadViewer(); } - } - }) } async function readFileAndProcess(callback) {