Utente:Lenore/monobook.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Lenore (discussione | contributi)
Ripristino alla versione [http://it.wikinews.org/w/index.php?title=Utente%3ALenore%2Fmonobook.js&oldid=885630 885630]
Lenore (discussione | contributi)
prova
Riga 32:
var hotCatLinks = document.getElementsByClassName('hotcatlink');
for (i=0; i<hotCatLinks.length-1; i++) {
hotCatLinks[i].setAttribute('style.', 'display = ":none"');
}
document.getElementById('showhideCatLinksButton').setAttribute('onclick', = "'showCatLinks();"');
}
 
Riga 40:
var hotCatLinks = document.getElementsByClassName('hotcatlink');
for (i=0; i<hotCatLinks.length-1; i++) {
hotCatLinks[i].setAttribute('style.', 'display = ":inline"');
}
document.getElementById('showhideCatLinksButton').setAttribute('onclick', = "'hideCatLinks();"');
}