r80053 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80052‎ | r80053 | r80054 >
Date:23:15, 11 January 2011
Author:tparscal
Status:ok
Tags:
Comment:
Fixed logic error - all tests were passing... :(
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.client.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.client.js
@@ -199,5 +199,5 @@
200200 .addClass( 'client-' + profile.name )
201201 .addClass( 'client-' + profile.name + '-' + profile.versionBase )
202202 .addClass( 'client-' + profile.layout )
203 - .addClass( 'client-' + profile.platform )
 203+ .addClass( 'client-' + profile.platform );
204204 } );

Follow-up revisions

RevisionCommit summaryAuthorDate
r801751.17: MFT r79960, r80034, r80036, r80043, r80044, r80050, r80053, r80074, r80...catrope17:13, 13 January 2011

Status & tagging log