From 91018834c33e4c7f8e997b21c1033bbbbc1280fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiemo=20M=C3=A4ttig?= Date: Fri, 30 May 2014 22:49:04 +0200 Subject: [PATCH] Keep Monobook skin intact Bug: 64741 Change-Id: I5f54537f66d72785744221c64a6705d98f1689f9 --- resources/js/ext.uls.interface.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/js/ext.uls.interface.js b/resources/js/ext.uls.interface.js index 593e6f67..265fa48b 100644 --- a/resources/js/ext.uls.interface.js +++ b/resources/js/ext.uls.interface.js @@ -327,11 +327,6 @@ // if there are no interlanguage links $pLang.find( 'h3' ) .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( {