https://bugzilla.wikimedia.org/show_bug.cgi?id=64741

Marius Hoch <h...@online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |h...@online.de

--- Comment #9 from Marius Hoch <h...@online.de> ---
ULS does this (reduced to relevant parts):

$pLang = $( '#p-lang' );
if ( !$pLang.find( 'div ul' ).children().length ) {
    if ( mw.config.get( 'skin' ) === 'monobook' ) {
        $pLang.find( 'div.pBody' ).remove();
    }
}

There are plenty ways to fix this on both sides, not sure which way we want to
have it fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to