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