r83783 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83782‎ | r83783 | r83784 >
Date:20:47, 12 March 2011
Author:happy-melon
Status:ok
Tags:
Comment:
Follow-up r83747, forgot to commit a file
Modified paths:
  • /trunk/phase3/resources/mediawiki/mediawiki.htmlform.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki/mediawiki.htmlform.js
@@ -38,6 +38,7 @@
3939 // 'other' is selected
4040 $( '.mw-htmlform-select-or-other' ).liveAndTestAtStart( function( instant ) {
4141 var $other = $( '#' + $(this).attr( 'id' ) + '-other' );
 42+ $other = $other.add( $other.siblings( 'br' ) );
4243 if ( $(this).val() == 'other' ) {
4344 $other.goIn( instant );
4445 } else {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83747Follow-up r83298: keep the two elements of the message separate in an array i...happy-melon11:08, 12 March 2011

Status & tagging log