From 4c07405864bfb169756c3867d2b5b2910ae6b52e Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 22:05:51 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {