Differenze tra le versioni di "MediaWiki:Common.js"

Da qualiwiki.
Riga 9: Riga 9:
 
try
 
try
 
{
 
{
document.getElementById("footer-places").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href='https://www.youtube.com/watch?v=dQw4w9WgXcQ' class='spesso'>SPESSO</a></li>";
+
document.getElementById("footer-places").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href='http://qualiwiki.homepc.it/spesso/' class='spesso'>SPESSO</a></li>";
 
}
 
}
 
catch(ex){
 
catch(ex){
 
}
 
}

Versione 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='https://www.youtube.com/watch?v=dQw4w9WgXcQ' 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){
}