Wikipedia:Monobook.js/LiveRC.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 1 497:
if (lstSysop.indexOf(log.user) != -1)
log.state += SYSOP;
 
var mitigating = (lstContact[log.user])
|| (lstRevoc[log.user])
|| (log.user == wgUserName)
|| (document.getElementById('showLog').checked
&& (
(rc.state & NEWUSER)
|| (rc.state & UPLOAD)
|| (rc.state & BLOCK)
|| (rc.state & DELETE)
|| (rc.state & MOVE)
|| (rc.state & PROTECT)
)
);
 
if (document.getElementById('showIP').checked
&& !(log.state & IP)
&& !mitigating ) continue;
 
if (lstHidden[log.user] && !mitigating) continue;
 
wpajax.http({url: wgServer + wgScriptPath + '/query.php?titles=' + encodeURIComponent(log.title) + '&what=redirects|categories&format=xml',