aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/phenotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-18 17:23:09 -0600
committerFrederick Muriuki Muriithi2025-02-18 17:23:09 -0600
commitc0ff8451e519744e3c5f77db462624a8a362547c (patch)
treee22534dc0d6752565dbcfb4331c893b0ea35f4fc /uploader/templates/phenotypes
parent5b70de4de854b1ab6bdeb88eca1c15a3f75138d0 (diff)
downloadgn-uploader-c0ff8451e519744e3c5f77db462624a8a362547c.tar.gz
Remove unnecessary initialisation code.
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r--uploader/templates/phenotypes/select-population.html5
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%}