Index: branches/wmf/1.18wmf1/resources/jquery/jquery.tablesorter.js |
— | — | @@ -644,6 +644,10 @@ |
645 | 645 | }; |
646 | 646 | return false; |
647 | 647 | } |
| 648 | + } ) |
| 649 | + // Allow links in headers to be clicked |
| 650 | + .find( 'a' ).click( function( e ) { |
| 651 | + e.stopPropagation(); |
648 | 652 | } ); |
649 | 653 | |
650 | 654 | } ); |