From a32988be49cb84834b24029224b9507e48b4241d Mon Sep 17 00:00:00 2001
From: zsloan
Date: Thu, 3 Jun 2021 20:27:30 +0000
Subject: Implemented Scroller with gene global search; for the time being this
disables the server-side processing, since that was assuming pagination and
caused slow-downs when scrolling or sorting (likely because it's acting as if
the full list of results are one page)
---
wqflask/wqflask/templates/gsearch_gene.html | 34 ++++++++++++++---------------
1 file changed, 17 insertions(+), 17 deletions(-)
(limited to 'wqflask')
diff --git a/wqflask/wqflask/templates/gsearch_gene.html b/wqflask/wqflask/templates/gsearch_gene.html
index 48953d98..5d2260c1 100644
--- a/wqflask/wqflask/templates/gsearch_gene.html
+++ b/wqflask/wqflask/templates/gsearch_gene.html
@@ -48,6 +48,7 @@
{% block js %}
+
@@ -66,6 +67,10 @@
};
+
+
--
cgit v1.2.3