From: Happy-melon Date: Sat, 12 Mar 2011 20:47:52 +0000 (+0000) Subject: Follow-up r83747, forgot to commit a file X-Git-Tag: 1.31.0-rc.0~31498 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=9cd7fd8b427b8582e2bf654260ac96eb08c87650;p=lhc%2Fweb%2Fwiklou.git Follow-up r83747, forgot to commit a file --- diff --git a/resources/mediawiki/mediawiki.htmlform.js b/resources/mediawiki/mediawiki.htmlform.js index 4692e9e424..0b8cf835a6 100644 --- a/resources/mediawiki/mediawiki.htmlform.js +++ b/resources/mediawiki/mediawiki.htmlform.js @@ -38,6 +38,7 @@ $( function() { // 'other' is selected $( '.mw-htmlform-select-or-other' ).liveAndTestAtStart( function( instant ) { var $other = $( '#' + $(this).attr( 'id' ) + '-other' ); + $other = $other.add( $other.siblings( 'br' ) ); if ( $(this).val() == 'other' ) { $other.goIn( instant ); } else {