Index: trunk/phase3/resources/jquery/jquery.tablesorter.js |
— | — | @@ -579,14 +579,14 @@ |
580 | 580 | config.sortList.push( [i, this.order] ); |
581 | 581 | } |
582 | 582 | } |
583 | | - setTimeout( function () { |
584 | | - // set css for headers |
585 | | - setHeadersCss( $this[0], $headers, config.sortList, sortCSS, sortMsg ); |
586 | | - appendToTable( |
587 | | - $this[0], multisort( |
588 | | - $this[0], config.sortList, cache ) ); |
589 | | - //benchmark( "Sorting " + totalRows + " rows:", clickTime ); |
590 | | - }, 1 ); |
| 583 | + |
| 584 | + // set css for headers |
| 585 | + setHeadersCss( $this[0], $headers, config.sortList, sortCSS, sortMsg ); |
| 586 | + appendToTable( |
| 587 | + $this[0], multisort( |
| 588 | + $this[0], config.sortList, cache ) ); |
| 589 | + //benchmark( "Sorting " + totalRows + " rows:", clickTime ); |
| 590 | + |
591 | 591 | // stop normal event by returning false |
592 | 592 | return false; |
593 | 593 | } |