From 9e5915bc34e2992e48d0db9d5c318a44697446f5 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 12 Nov 2021 14:09:01 +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 283d3112..4aaad48b 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -576,7 +576,7 @@ "detail": image_set }); - if (active_file_inputs.length < 1) { + if (active_file_inputs.size < 1) { window.dispatchEvent(event); } sortable('.sortable');