Merge "Keep Monobook skin intact"

This commit is contained in:
jenkins-bot
2014-06-02 10:58:50 +00:00
committed by Gerrit Code Review

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