Fix javascript error in inputsettings module
Change-Id: I77262c98a4a2efb91785b19bc1c306e3f2f16954 Followup: Id186ece6513f154
This commit is contained in:
@@ -167,7 +167,7 @@
|
|||||||
return $();
|
return $();
|
||||||
}
|
}
|
||||||
|
|
||||||
$imeHolder = $( '<div>' ).class( 'mw-ui-radio' );
|
$imeHolder = $( '<div>' ).addClass( 'mw-ui-radio' );
|
||||||
|
|
||||||
$imeLabel = $( '<label>' ).attr( {
|
$imeLabel = $( '<label>' ).attr( {
|
||||||
'for': imeId,
|
'for': imeId,
|
||||||
|
|||||||
Reference in New Issue
Block a user