From 1e190b22c35c5a7d71eafa8c7136fd9b8cbd0688 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 20 Jul 2015 21:29:12 +0000 Subject: Missed commenting out a line in collections/list --- wqflask/wqflask/templates/collections/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/collections/list.html b/wqflask/wqflask/templates/collections/list.html index 9c3cc843..a00878a0 100755 --- a/wqflask/wqflask/templates/collections/list.html +++ b/wqflask/wqflask/templates/collections/list.html @@ -81,7 +81,7 @@ } ); var table = $('#trait_table').DataTable(); - new $.fn.dataTable.FixedHeader( table ); + //new $.fn.dataTable.FixedHeader( table ); new $.fn.dataTable.FixedColumns( table ); -- cgit v1.2.3