mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Core: Fix check count cell indexing
This commit is contained in:
parent
c3fdce97aa
commit
6eaaf23489
@ -2299,7 +2299,7 @@
|
||||
if ( !valid ) {
|
||||
$rows.each( function( indx, el ) {
|
||||
var cell = el.parentElement.nodeName;
|
||||
if ( cells.indexOf( cell ) ) {
|
||||
if ( cells.indexOf( cell ) < 0 ) {
|
||||
cells.push( cell );
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user