diff options
author | Frederick Muriuki Muriithi | 2025-01-06 13:10:32 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-06 13:10:32 -0600 |
commit | 11d0a651a44d886a65aa99127e595780031c8028 (patch) | |
tree | 11f1377c9be1a10c9fa8943e47d11682fbb94f50 /uploader/templates/phenotypes | |
parent | 8edc08f3283b490dba1a2eb25eb0397b49493cb2 (diff) | |
download | gn-uploader-11d0a651a44d886a65aa99127e595780031c8028.tar.gz |
Add note that no event is passed.
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes-raw-files.html | 2 |
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"); |