diff options
author | Frederick Muriuki Muriithi | 2025-01-06 11:27:57 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-06 11:27:57 -0600 |
commit | 24bd7464b02acb110e5543a1201016c875f9703f (patch) | |
tree | 108cce7278d89fd88e183d661c980107004716b9 | |
parent | 3e71a2eec8507f900e51dd3962d76aa4ba272fbb (diff) | |
download | gn-uploader-24bd7464b02acb110e5543a1201016c875f9703f.tar.gz |
Rename function for consistency
Use CamelCasing for function names.
-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 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": $( |