r86855 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86854‎ | r86855 | r86856 >
Date:13:18, 25 April 2011
Author:diebuche
Status:ok
Tags:
Comment:
Followup to r86854: fix $ object
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.js
@@ -212,7 +212,7 @@
213213 if ( node.hasAttribute && node.hasAttribute( "data-sort-value" ) ) {
214214 return node.getAttribute( "data-sort-value" );
215215 } else {
216 - return n.text();
 216+ return $( node ).text();
217217 }
218218 }
219219

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86854Followup to r86108: jQuery tries to be too smart and converts the string to a...diebuche13:15, 25 April 2011

Status & tagging log