Wikipedia:Monobook.js/LiveRC.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
migro a importScript/importStylesheet |
||
Riga 17:
// Appel des parametres par défaut de LiveRC ;
// ///////////////////////////////////////////
importScript(wgPageName+'/LiveRCparam.js');
// Appel des parametres utilisateur ;
// ///////////////////////////////////////////
importScript('Utente:'+wgUserName+'/LiveRCparam.js');
cssNode.href = 'http://pl.wikipedia.org/skins-1.5/common/diff.css?90';▼
var lastrevid,lasttimestamp=1; // Timestamp d'initialisation;
Riga 1 816 ⟶ 1 806:
addOnloadHook(function () {
if (wgTitle == "Monobook.js/LiveRC") {
//HACK: Se il file delle impostazioni non è ancora stato caricato, riprova più tardi
if (typeof lang_menu == 'undefined'){
setTimeout(arguments.callee, 250);
return;
}
var top = document.getElementById( 'top' );
|