Keep Monobook skin intact

Bug: 64741
Change-Id: I5f54537f66d72785744221c64a6705d98f1689f9
This commit is contained in:
Thiemo Mättig
2014-05-30 22:49:04 +02:00
parent 7515596bdc
commit 91018834c3

View File

@@ -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( {