r83153 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83152‎ | r83153 | r83154 >
Date:18:04, 3 March 2011
Author:catrope
Status:ok
Tags:
Comment:
Merge r83152 from 1.17wmf1 to trunk
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.placeholder.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.placeholder.js
@@ -33,8 +33,6 @@
3434 if ( this.value === '' ) {
3535 this.value = placeholder;
3636 $input.addClass( 'placeholder' );
37 - } else {
38 - $input.removeClass( 'placeholder' );
3937 }
4038 } )
4139
@@ -62,4 +60,4 @@
6361
6462 });
6563 };
66 -} )( jQuery );
\ No newline at end of file
 64+} )( jQuery );

Follow-up revisions

RevisionCommit summaryAuthorDate
r85354MFT r82518, r82530, r82538, r82547, r82550, r82565, r82572, r82608, r82696, r...demon18:25, 4 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r831521.17wmf1: (bug 27837) Fix placeholder bug by removing seemingly useless else ...catrope18:01, 3 March 2011

Status & tagging log