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 @@
39
39
// 'other' is selected
40
40
$( '.mw-htmlform-select-or-other' ).liveAndTestAtStart( function( instant ) {
41
41
var $other = $( '#' + $(this).attr( 'id' ) + '-other' );
42
+ $other = $other.add( $other.siblings( 'br' ) );
42
43
if ( $(this).val() == 'other' ) {
43
44
$other.goIn( instant );
44
45
} else {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r83747
Follow-up
r83298
: keep the two elements of the message separate in an array i...
happy-melon
11:08, 12 March 2011
Status & tagging log
18:25, 26 April 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r83783
[
removed:
new
added:
ok]