diff options
author | Frederick Muriuki Muriithi | 2025-01-15 17:00:10 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-15 17:00:10 -0600 |
commit | 9d67a6199272513bac957c79fd41627f5370a8ff (patch) | |
tree | dad14c2b7b137c3fbf9e1594f7d110ca690874d0 /uploader/templates | |
parent | 3bd420a976ddb54d9e0bacbe49f88950c1b8e7dd (diff) | |
download | gn-uploader-9d67a6199272513bac957c79fd41627f5370a8ff.tar.gz |
fixup: Check that all files are provided and there're no duplicates.
Diffstat (limited to 'uploader/templates')
-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 103500a..1af3dd0 100644 --- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -578,7 +578,7 @@ var uploadError = () => { return (message, file) => { - $("#frm-add-phenotypes input[type=submit]").attr("disabled") + $("#frm-add-phenotypes input[type=submit]").removeAttr("disabled"); console.log("THE FILE:", file); console.log("THE ERROR MESSAGE:", message); }; |