* remove console.log.

This commit is contained in:
Catouse
2016-04-18 09:59:20 +08:00
parent 69766cca3a
commit eb14a93895
-2
View File
@@ -78,9 +78,7 @@ function initTableHeader()
var $panel = $(this);
var $table = $panel.find('.table:first');
console.log($table.length, $table.children('thead').length, this);
if(!$table.length || !$table.children('thead').length) return;
console.log('ok');
var $header = $panel.children('.table-header-fixed');
if(!$header.length)