aboutsummaryrefslogtreecommitdiff
path: root/uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-01-06 13:10:32 -0600
committerFrederick Muriuki Muriithi2025-01-06 13:10:32 -0600
commit11d0a651a44d886a65aa99127e595780031c8028 (patch)
tree11f1377c9be1a10c9fa8943e47d11682fbb94f50 /uploader
parent8edc08f3283b490dba1a2eb25eb0397b49493cb2 (diff)
downloadgn-uploader-11d0a651a44d886a65aa99127e595780031c8028.tar.gz
Add note that no event is passed.
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-raw-files.html2
1 files changed, 1 insertions, 1 deletions
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");