diff options
author | Frederick Muriuki Muriithi | 2025-02-18 16:24:14 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-18 16:24:14 -0600 |
commit | 75add682a8d63a30e947b6bcd8d2e5dfee06c297 (patch) | |
tree | 45879792ca984fc5ef20933172742e48e4a40d97 /uploader/templates/phenotypes | |
parent | c403183a504769af6b3aa25b5438e945efbc91ff (diff) | |
download | gn-uploader-75add682a8d63a30e947b6bcd8d2e5dfee06c297.tar.gz |
Use new searchable list tables with off-ramps for data creation.
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r-- | uploader/templates/phenotypes/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/uploader/templates/phenotypes/index.html b/uploader/templates/phenotypes/index.html index bffc278..689c28e 100644 --- a/uploader/templates/phenotypes/index.html +++ b/uploader/templates/phenotypes/index.html @@ -18,9 +18,4 @@ {%block javascript%} <script type="text/javascript" src="/static/js/species.js"></script> -<script type="text/javascript"> - $(function() { - speciesDataTable(JSON.parse($("#tbl-select-species").attr("data-species-list"))); - }); - </script> {%endblock%} |