diff options
author | zsloan | 2015-07-20 21:29:12 +0000 |
---|---|---|
committer | zsloan | 2015-07-20 21:29:12 +0000 |
commit | 1e190b22c35c5a7d71eafa8c7136fd9b8cbd0688 (patch) | |
tree | 85d59b739fcac3c2fc037388ebf3bf6e020a3b97 /wqflask | |
parent | 5ea552fe9bd456dcdc52203f82f5a7f18d05f105 (diff) | |
download | genenetwork2-1e190b22c35c5a7d71eafa8c7136fd9b8cbd0688.tar.gz |
Missed commenting out a line in collections/list
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/templates/collections/list.html | 2 |
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> |