Keep Monobook skin intact
Bug: 64741 Change-Id: I5f54537f66d72785744221c64a6705d98f1689f9
This commit is contained in:
@@ -327,11 +327,6 @@
|
|||||||
// if there are no interlanguage links
|
// if there are no interlanguage links
|
||||||
$pLang.find( 'h3' )
|
$pLang.find( 'h3' )
|
||||||
.text( mw.msg( 'uls-plang-title-languages' ) );
|
.text( mw.msg( 'uls-plang-title-languages' ) );
|
||||||
|
|
||||||
// Remove the empty box that appears in the monobook skin
|
|
||||||
if ( mw.config.get( 'skin' ) === 'monobook' ) {
|
|
||||||
$pLang.find( 'div.pBody' ).remove();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$ulsTrigger.attr( {
|
$ulsTrigger.attr( {
|
||||||
|
|||||||
Reference in New Issue
Block a user