Differenze tra le versioni di "MediaWiki:Common.js"
Da qualiwiki.
| (3 versioni intermedie di uno stesso utente non sono mostrate) | |||
| Riga 1: | Riga 1: | ||
/* Il codice JavaScript inserito qui viene caricato da ciascuna pagina, per tutti gli utenti. */ | /* Il codice JavaScript inserito qui viene caricato da ciascuna pagina, per tutti gli utenti. */ | ||
| − | try{ | + | try |
| − | document.getElementById("f-list").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href=' | + | { |
| − | }catch{} | + | document.getElementById("f-list").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href='http://qualiwiki.homepc.it/spesso/' class='spesso'>SPESSO</a></li>"; |
| − | try{ | + | } |
| − | document.getElementById("footer").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href=' | + | catch(ex) |
| − | }catch{} | + | {} |
| + | try | ||
| + | { | ||
| + | document.getElementById("footer-places").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href='http://qualiwiki.homepc.it/spesso/' class='spesso'>SPESSO</a></li>"; | ||
| + | } | ||
| + | catch(ex){ | ||
| + | } | ||
Versione attuale delle 09: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){
}