Utente:Senpai/monobook/recent2.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
tradotto |
||
Riga 694:
'talk');
recent2.controls.newline();
recent2.newCheckbox('
function() { recent2.hideNonArticles = this.checked; },
'hidenonarticles');
recent2.controls.newline();
recent2.newCheckbox('
function() { recent2.autoexpand = this.checked; },
'autoexpand');
recent2.controls.newline();
recent2.newCheckbox('
function() { recent2.delay = (this.checked) ? 4 : 0; },
'delayby4');
recent2.controls.newline();
recent2.newCheckbox('
function() { recent2.non_admin_rollback = this.checked; },
'nonadminrollback');
recent2.controls.newline();
recent2.newCheckbox('
function() { recent2.ignore_my_edits = this.checked; },
'ignoremyedits');
|