r99032 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99031‎ | r99032 | r99033 >
Date:19:29, 5 October 2011
Author:catrope
Status:ok
Tags:
Comment:
1.18wmf1: MFT r99031
Modified paths:
  • /branches/wmf/1.18wmf1/resources/jquery/jquery.tablesorter.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/resources/jquery/jquery.tablesorter.js
@@ -644,6 +644,10 @@
645645 };
646646 return false;
647647 }
 648+ } )
 649+ // Allow links in headers to be clicked
 650+ .find( 'a' ).click( function( e ) {
 651+ e.stopPropagation();
648652 } );
649653
650654 } );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99031Fix the bug reported on w:en:WP:VP/T where clicking on links in sortable tabl...catrope19:27, 5 October 2011

Status & tagging log