aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-01-15 17:00:10 -0600
committerFrederick Muriuki Muriithi2025-01-15 17:00:10 -0600
commit9d67a6199272513bac957c79fd41627f5370a8ff (patch)
treedad14c2b7b137c3fbf9e1594f7d110ca690874d0
parent3bd420a976ddb54d9e0bacbe49f88950c1b8e7dd (diff)
downloadgn-uploader-9d67a6199272513bac957c79fd41627f5370a8ff.tar.gz
fixup: Check that all files are provided and there're no duplicates.
-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 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);
};