Merge pull request #116 from styson/master

Zebra widget issue found and fixed
This commit is contained in:
Rob G 2012-08-02 19:46:18 -07:00
commit f36a45f2ca
2 changed files with 2 additions and 2 deletions

View File

@ -1159,7 +1159,7 @@
l = $tb.children('tr').length;
if (l > 1) {
row = 0;
$tv = $tb.find('tr:visible');
$tv = $tb.children('tr:visible');
$tb.addClass('tablesorter-hidden');
// revered back to using jQuery each - strangely it's the fastest method
$tv.each(function(){

File diff suppressed because one or more lines are too long