diff options
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%} |