about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/search_result_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html
index 802e5362..8eaf5f91 100644
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -464,7 +464,7 @@
                 "bSortClasses": false,
                 "scrollY": "1000px",
                 "scrollCollapse": true,
-                {% if trait_list|length > 5 %}
+                {% if trait_list|length > 10 %}
                 "scroller":  true,
                 {% endif %}
                 "iDisplayLength": -1,