r90666 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90665‎ | r90666 | r90667 >
Date:17:12, 23 June 2011
Author:hartman
Status:ok (Comments)
Tags:
Comment:
Fix global var leaking that was making collationsort fail on Safari 5

Followup to r86088.
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.js
@@ -817,6 +817,7 @@
818818 //Pad Month and Day
819819 if ( s[0] && s[0].length == 1 ) s[0] = "0" + s[0];
820820 if ( s[1] && s[1].length == 1 ) s[1] = "0" + s[1];
 821+ var y;
821822
822823 if ( !s[2] ) {
823824 //Fix yearless dates

Follow-up revisions

RevisionCommit summaryAuthorDate
r91782MFT to REL_1_18: jquery tablesorter...hashar08:54, 9 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86088Completely rewritten table sorting script....diebuche21:47, 14 April 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   20:15, 23 June 2011

Always more little ones. :D

Status & tagging log