aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/templates
diff options
context:
space:
mode:
authorzsloan2015-07-15 15:41:14 +0000
committerzsloan2015-07-15 15:41:14 +0000
commit75a72014c01886ff0219df82f48d5975aa54a30b (patch)
tree6848cff827b317336a3c526e100f2e9d4ca34b2e /wqflask/wqflask/templates
parent54f3bf0c3ceede99cede528e5d25186299c7abc2 (diff)
downloadgenenetwork2-75a72014c01886ff0219df82f48d5975aa54a30b.tar.gz
Cursor doesn't change when hovering over index column header now
Diffstat (limited to 'wqflask/wqflask/templates')
-rwxr-xr-xwqflask/wqflask/templates/search_result_page.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html
index 7c39ac61..8e2b6b9f 100755
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -49,7 +49,9 @@
<thead>
<tr>
{% for header in header_fields %}
- {% if header == 'Max LRS' %}
+ {% if header == 'Index' %}
+ <th class="no-sort">{{header}}</th>
+ {% elif header == 'Max LRS' %}
<th>{{header}}<a href="http://genenetwork.org//glossary.html#L" target="_blank"><sup style="color:#f00"> ?</sup></a></th>
{% elif header == 'Additive Effect' %}
<th>{{header}}<a href="http://genenetwork.org//glossary.html#A" target="_blank"><sup style="color:#f00"> ?</sup></a></th>