mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
#1171: use <<
for redirection events
This commit is contained in:
parent
1689d6be64
commit
fbafeb03ae
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ var renderNetLogEntry = function(tr, entry) {
|
|||
td.textContent = '**';
|
||||
} else if ( filteringOp === 'r' ) {
|
||||
trcl.add('redirected');
|
||||
td.textContent = '>>';
|
||||
td.textContent = '<<';
|
||||
} else {
|
||||
td.textContent = '';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue