aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/phenotypes/add-phenotypes-raw-files.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/phenotypes/add-phenotypes-raw-files.html')
-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);
};