MediaWiki:Common.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m typo commento
m if superfluo in hiddencat
Riga 324:
.attr( 'href', '#' )
.attr( 'title', 'Questa voce contiene categorie nascoste' )
.text( $hiddenCatlinks.hasClass( 'mw-hidden-cats-hidden' ) ? '[altre]' : '[nascondi]' )
.click( function () {
$hiddenCatlinks.toggleClass( 'mw-hidden-cats-hidden' ).toggleClass( 'mw-hidden-cats-user-shown' );