diff options
author | Frederick Muriuki Muriithi | 2025-02-18 17:23:09 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-18 17:23:09 -0600 |
commit | c0ff8451e519744e3c5f77db462624a8a362547c (patch) | |
tree | e22534dc0d6752565dbcfb4331c893b0ea35f4fc /uploader/templates | |
parent | 5b70de4de854b1ab6bdeb88eca1c15a3f75138d0 (diff) | |
download | gn-uploader-c0ff8451e519744e3c5f77db462624a8a362547c.tar.gz |
Remove unnecessary initialisation code.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/select-population.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/uploader/templates/phenotypes/select-population.html b/uploader/templates/phenotypes/select-population.html index cea0806..48c19b1 100644 --- a/uploader/templates/phenotypes/select-population.html +++ b/uploader/templates/phenotypes/select-population.html @@ -23,9 +23,4 @@ {%block javascript%} <script type="text/javascript" src="/static/js/populations.js"></script> -<script type="text/javascript"> - $(function() { - populationDataTable(JSON.parse($("#tbl-select-population").attr("data-populations-list"))); - }); - </script> {%endblock%} |