aboutsummaryrefslogtreecommitdiff
path: root/uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-05-05 11:50:25 -0500
committerFrederick Muriuki Muriithi2025-05-05 11:50:25 -0500
commit8ba9a5831041e41e6e2bec805f72635c6ac13e2c (patch)
tree58963db3b00e6b03591fcadf6f66f37cea309665 /uploader
parent18a4c8c743fec10f1a1eacf1cb72443a98733e8c (diff)
downloadgn-uploader-8ba9a5831041e41e6e2bec805f72635c6ac13e2c.tar.gz
Allow plain text files too.
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 57ab776..2ff6a4f 100644
--- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html
+++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html
@@ -653,7 +653,7 @@
file_input.parent(),
$("#" + resumable_element_id),
submit_button,
- ["csv", "tsv"]),
+ ["csv", "tsv", "txt"]),
file_input.parent(),
$("#" + resumable_element_id),
$("#" + resumable_element_id + "-browse-button")),