Core: remove empty block

This commit is contained in:
Rob Garrison 2017-11-25 17:52:14 -06:00
parent 85d5cdcb18
commit 9a676efeeb

View File

@ -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 ) {