mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Core: remove empty block
This commit is contained in:
parent
85d5cdcb18
commit
9a676efeeb
@ -1143,8 +1143,6 @@
|
||||
$sorted = $sorted
|
||||
.not( '.sorter-false' )
|
||||
.filter( '[data-column="' + list[ indx ][ 0 ] + '"]' + ( len === 1 ? ':last' : '' ) );
|
||||
if ( $extras.length ) {
|
||||
}
|
||||
if ( $sorted.length ) {
|
||||
for ( column = 0; column < $sorted.length; column++ ) {
|
||||
if ( !$sorted[ column ].sortDisabled ) {
|
||||
|
Loading…
Reference in New Issue
Block a user