about summary refs log tree commit diff
path: root/uploader/templates/phenotypes/select-population.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/phenotypes/select-population.html')
-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%}