From 24bd7464b02acb110e5543a1201016c875f9703f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 6 Jan 2025 11:27:57 -0600 Subject: Rename function for consistency Use CamelCasing for function names. --- uploader/templates/phenotypes/add-phenotypes-raw-files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uploader/templates/phenotypes') diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html index 8a7463a..3242549 100644 --- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -417,7 +417,7 @@ "#tbl-preview-pheno-n": "#finput-phenotype-n" }; - var files_metadata = () => { + var filesMetadata = () => { return { "separator": $("#txt-file-separator").val(), "comment_char": $( -- cgit v1.2.3