diff options
author | Frederick Muriuki Muriithi | 2024-12-17 15:28:59 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-17 15:59:07 -0600 |
commit | a8588dd35b2c74cf7fc28d4e3c8036a2c15cab57 (patch) | |
tree | 94caed4478a2d1d07e59fcb5a3f690a7a8a8d9b9 /uploader | |
parent | f3a86d5ba5a57b0ec6ea2dae3073ab30c28d600a (diff) | |
download | gn-uploader-a8588dd35b2c74cf7fc28d4e3c8036a2c15cab57.tar.gz |
Import files.js to get access to 'read_first_n_lines' function.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes-raw-files.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html index b0d40fa..519b8b2 100644 --- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -307,6 +307,8 @@ {%block more_javascript%} +<script type="text/javascript" src="/static/js/files.js"></script> + <script type="text/javascript"> $("#btn-reset-file-separator").on("click", (event) => { event.preventDefault(); |