Wikipedia:Monobook.js/LiveRC.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 1 425:
|| (rc.state & BLANKING)
|| (rc.state & REPLACED)
|| (document.getElementById('showLog').checked ▼
&& (▼
(rc.state & NEWUSER)▼
|| (rc.state & UPLOAD)▼
|| (rc.state & BLOCK)▼
|| (rc.state & DELETE)▼
|| (rc.state & MOVE)▼
|| (rc.state & PROTECT)▼
)▼
)▼
|| (lstContact[rc.user])
|| (lstRevoc[rc.user])
Riga 1 510 ⟶ 1 500:
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
|