Differenze tra le versioni di "MediaWiki:Common.js"
Da qualiwiki.
(Una versione intermedia di uno stesso utente non è mostrata) | |||
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) | ||
Riga 9: | Riga 9: | ||
try | try | ||
{ | { | ||
− | document.getElementById("footer-places").innerHTML += "<li><a onmouseover='PlaySound(\"sound1\");' href=' | + | 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 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){ }