diff options
author | Frederick Muriuki Muriithi | 2025-05-05 11:50:25 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-05-05 11:50:25 -0500 |
commit | 8ba9a5831041e41e6e2bec805f72635c6ac13e2c (patch) | |
tree | 58963db3b00e6b03591fcadf6f66f37cea309665 /uploader | |
parent | 18a4c8c743fec10f1a1eacf1cb72443a98733e8c (diff) | |
download | gn-uploader-8ba9a5831041e41e6e2bec805f72635c6ac13e2c.tar.gz |
Allow plain text files too.
Diffstat (limited to 'uploader')
-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 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")), |