From 1a78bc6c9d3db62b978daff3955e7996e777456f Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 12 Nov 2021 13:55:15 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index a6e15832..04640190 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -11,7 +11,7 @@ // set to hold the files that are still being processed let active_file_inputs = new Set(); - let drops_processing = False; + let drops_processing = false; async function listAllFilesAndDirs(dirHandle, files_only) { const files = [];