From 03c0557192242d28a35e0f9f1c20510cf457d985 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 18 Jan 2022 22:26:45 +0000 Subject: Replaced the info icon in the Peak LOD and Effect Size columns with a superscript question mark, since the icon was appearing strangely in some browsers (namely Rob's) but in a while I couldn't reproducd --- wqflask/wqflask/templates/search_result_page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 5e111882..065d9049 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -245,7 +245,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak  
LOD  
", + 'title': "
Peak  ?
LOD  
", 'type': "natural-minus-na", 'data': "lod_score", 'width': "60px", @@ -260,7 +260,7 @@ 'data': "lrs_location" }, { - 'title': "
Effect  
Size  
", + 'title': "
Effect  ?
Size  
", 'type': "natural-minus-na", 'data': "additive", 'width': "65px", @@ -339,7 +339,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak  
LOD  
", + 'title': "
Peak  ?
LOD  
", 'type': "natural-minus-na", 'data': "lod_score", 'targets': 7, @@ -354,7 +354,7 @@ 'data': "lrs_location" }, { - 'title': "
Effect  
Size  
", + 'title': "
Effect  ?
Size  
", 'type': "natural-minus-na", 'width': "60px", 'data': "additive", -- cgit v1.2.3