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
.click( function () {
$hiddenCatlinks.toggleClass( 'mw-hidden-cats-hidden' ).toggleClass( 'mw-hidden-cats-user-shown' );
|