Differenze tra le versioni di "MediaWiki:Common.js"
Da qualiwiki.
Riga 3: | Riga 3: | ||
try | try | ||
{ | { | ||
− | document.getElementById("f-list").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href=' | + | document.getElementById("f-list").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href='http://qualiwiki.homepc.it/spesso/' class='spesso'>SPESSO</a></li>"; |
} | } | ||
catch(ex) | catch(ex) |
Versione attuale delle 10:01, 18 giu 2021
/* Il codice JavaScript inserito qui viene caricato da ciascuna pagina, per tutti gli utenti. */ try { document.getElementById("f-list").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href='http://qualiwiki.homepc.it/spesso/' class='spesso'>SPESSO</a></li>"; } catch(ex) {} try { document.getElementById("footer-places").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href='http://qualiwiki.homepc.it/spesso/' class='spesso'>SPESSO</a></li>"; } catch(ex){ }