Index: trunk/phase3/resources/jquery/jquery.tablesorter.js |
— | — | @@ -597,7 +597,7 @@ |
598 | 598 | var $sortbottoms = $table.find( 'tr.sortbottom' ); |
599 | 599 | if ( $sortbottoms.length ) { |
600 | 600 | var $tfoot = $table.find( 'tfoot' ); |
601 | | - if( $tfoot ) { |
| 601 | + if( $tfoot.length ) { |
602 | 602 | $tfoot.eq(0).prepend( $sortbottoms ); |
603 | 603 | } else { |
604 | 604 | $table.append( $( '<tfoot>' ).append( $sortbottoms ) ) |