aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2015-07-20 21:29:12 +0000
committerzsloan2015-07-20 21:29:12 +0000
commit1e190b22c35c5a7d71eafa8c7136fd9b8cbd0688 (patch)
tree85d59b739fcac3c2fc037388ebf3bf6e020a3b97 /wqflask
parent5ea552fe9bd456dcdc52203f82f5a7f18d05f105 (diff)
downloadgenenetwork2-1e190b22c35c5a7d71eafa8c7136fd9b8cbd0688.tar.gz
Missed commenting out a line in collections/list
Diffstat (limited to 'wqflask')
-rwxr-xr-xwqflask/wqflask/templates/collections/list.html2
1 files changed, 1 insertions, 1 deletions
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 );
</script>