aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2020-11-06 14:49:15 -0600
committerzsloan2020-11-06 14:49:15 -0600
commit9560e6337d00a82d8f36073b31215735eb9a8c01 (patch)
tree7a186ba8be9a4f0b2943ba0b7a7426f23b0354cb /wqflask
parent4fd42c0dfce935935fa041a5eaaed6fafea2785b (diff)
downloadgenenetwork2-9560e6337d00a82d8f36073b31215735eb9a8c01.tar.gz
Removed the page selection from the top of the table because it created an awkward gap between the column show/hide buttons and the table, and this table will be changed to use Scroller instead of paging soon regardless
Diffstat (limited to 'wqflask')
-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 38f224e0..b3f56293 100644
--- a/wqflask/wqflask/templates/search_result_page.html
+++ b/wqflask/wqflask/templates/search_result_page.html
@@ -427,7 +427,7 @@
}{% endif %}
],
"order": [[1, "asc" ]],
- 'sDom': "pitirp",
+ 'sDom': "itirp",
'iDisplayLength': 500,
'deferRender': true,
'paging': true,