r80922 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80921‎ | r80922 | r80923 >
Date:21:28, 24 January 2011
Author:hashar
Status:ok
Tags:
Comment:
update colors (I could not see them)
Modified paths:
  • /trunk/phase3/resources/mediawiki.util/mediawiki.util.test.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki.util/mediawiki.util.test.js
@@ -311,14 +311,14 @@
312312
313313 if ( doesreturn.indexOf( shouldcontain ) !== -1 ) {
314314 if ( doesreturn == shouldreturn ) {
315 - $thisrow.find( '> td' ).eq(3).css( 'background', '#EFE' ).text( 'OK' );
 315+ $thisrow.find( '> td' ).eq(3).css( 'background', '#AFA' ).text( 'OK' );
316316 numberofpasseds++;
317317 } else {
318 - $thisrow.find( '> td' ).eq(3).css( 'background', '#FFE' ).html( '<small>PARTIALLY</small>' );
 318+ $thisrow.find( '> td' ).eq(3).css( 'background', '#FFA' ).html( '<small>PARTIALLY</small>' );
319319 numberofpartials++;
320320 }
321321 } else {
322 - $thisrow.find( '> td' ).eq(3).css( 'background', '#FEE' ).text( 'ERROR' );
 322+ $thisrow.find( '> td' ).eq(3).css( 'background', '#FAA' ).text( 'ERROR' );
323323 numberoferrors++;
324324 }
325325

Status & tagging log