diff options
author | Frederick Muriuki Muriithi | 2025-02-18 11:16:37 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-18 11:16:37 -0600 |
commit | a8c36db0065a0b7ef5cde1776f975124c232f34e (patch) | |
tree | 696c3e832d9a0c7b564a2950a870cf6957973bfc /uploader/templates/phenotypes/select-population.html | |
parent | 3c960f6cf885934e5f390390c9e0fae0d6b93d5d (diff) | |
download | gn-uploader-a8c36db0065a0b7ef5cde1776f975124c232f34e.tar.gz |
Include DataTables' scripts and styling globally.
Diffstat (limited to 'uploader/templates/phenotypes/select-population.html')
-rw-r--r-- | uploader/templates/phenotypes/select-population.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uploader/templates/phenotypes/select-population.html b/uploader/templates/phenotypes/select-population.html index d6e6aa1..cea0806 100644 --- a/uploader/templates/phenotypes/select-population.html +++ b/uploader/templates/phenotypes/select-population.html @@ -22,9 +22,6 @@ {%endblock%} {%block javascript%} -<script type="text/javascript" - src="{{url_for('base.datatables', - filename='js/jquery.dataTables.js')}}"></script> <script type="text/javascript" src="/static/js/populations.js"></script> <script type="text/javascript"> $(function() { |