Fix the bug reported on w:en:WP:VP/T where clicking on links in sortable table header...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 5 Oct 2011 19:27:55 +0000 (19:27 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 5 Oct 2011 19:27:55 +0000 (19:27 +0000)
resources/jquery/jquery.tablesorter.js

index 8150254..f054aaa 100644 (file)
                                                        };
                                                        return false;
                                                }
+                                       } )
+                                       // Allow links in headers to be clicked
+                                       .find( 'a' ).click( function( e ) {
+                                               e.stopPropagation();
                                        } );
 
                                } );