From 3076b747cfe32ce11ebccddc4bb13df26db675f0 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 6 Nov 2021 13:40:17 +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 8aa6a877..ad8da676 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -254,7 +254,7 @@ $(evt.target).remove(); $("#directory-picker-display").text(""); monitor_directory_handler = false; - const files = await listAllFilesAndDirs(directoryHandle); + //const files = await listAllFilesAndDirs(directoryHandle); })); }); });