aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorAlexander Kabui2021-02-01 11:59:37 +0300
committerBonfaceKilz2021-02-01 21:05:35 +0300
commit89e9c2b561d4826141e240609b44c8d1faa62f68 (patch)
tree8e34abbad2df81d4c8b45025146376b107f714ed /wqflask
parent71e9f06e525819e14c4ac1a6f6a0688f12b54161 (diff)
downloadgenenetwork2-89e9c2b561d4826141e240609b44c8d1faa62f68.tar.gz
remove unused tabletools lib
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/pair_scan_results.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/pair_scan_results.html b/wqflask/wqflask/templates/pair_scan_results.html
index d6c7da4a..cc8fd608 100644
--- a/wqflask/wqflask/templates/pair_scan_results.html
+++ b/wqflask/wqflask/templates/pair_scan_results.html
@@ -2,8 +2,6 @@
{% block title %}Pair Scan{% endblock %}
{% block css %}
<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" />
-
- <link rel="stylesheet" type="text/css" href="/static/packages/TableTools/media/css/TableTools.css" />
<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='d3-tip/d3-tip.css') }}" />
<link rel="stylesheet" type="text/css" href="/static/new/css/panelutil.css" />
{% endblock %}