From b1214eba07fafb85831edc881bfe1e9bd89e720d Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 1 Nov 2021 18:33:21 +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 efb7544a..c213de21 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -364,7 +364,7 @@ //images.push(reader.result); active_file_inputs.delete(el) - if (active_file_inputs.length < 1) { + if (active_file_inputs.size < 1) { loadViewer(); } });