From 8ba9a5831041e41e6e2bec805f72635c6ac13e2c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 5 May 2025 11:50:25 -0500 Subject: Allow plain text files too. --- uploader/templates/phenotypes/add-phenotypes-raw-files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")), -- cgit v1.2.3