about summary refs log tree commit diff
diff options
context:
space:
mode:
authorzsloan2022-07-27 19:04:37 +0000
committerzsloan2022-07-27 19:04:37 +0000
commit5f4722b894c7ff18fb191b82bbc3bcfb881da004 (patch)
tree85ca8db61ba83a6f9ea87c06511b996f172b2013
parent467603f6f1891dd79f39909b8ef7640f53b7e65f (diff)
downloadgenenetwork2-5f4722b894c7ff18fb191b82bbc3bcfb881da004.tar.gz
Change threshold for using scroller on View Collection page
-rw-r--r--wqflask/wqflask/templates/collections/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html
index 8dee5244..4f1c82f0 100644
--- a/wqflask/wqflask/templates/collections/view.html
+++ b/wqflask/wqflask/templates/collections/view.html
@@ -298,7 +298,7 @@
                     $('td', row).eq(10).attr('data-export', $('td', row).eq(9).text());
                 },
                 "order": [[1, "asc" ]],
-                {% if traits_json|length > 10 %}
+                {% if traits_json|length > 20 %}
                 "scroller": true
                 {% else %}
                 "scroller": false