From 11d0a651a44d886a65aa99127e595780031c8028 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 6 Jan 2025 13:10:32 -0600 Subject: Add note that no event is passed. --- uploader/templates/phenotypes/add-phenotypes-raw-files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/templates') diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html index 0b0afcb..e283726 100644 --- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -487,7 +487,7 @@ var indicateProgress = (resumable, progress_bar) => { - return (event) => { + return () => {/*Has no event!*/ var progress = (resumable.progress() * 100).toFixed(2); var pbar = progress_bar.find(".progress-bar"); remove_class(progress_bar, "hidden"); -- cgit v1.2.3