mirror of https://github.com/gorhill/uBlock.git
#1171: use `<<` for redirection events
This commit is contained in:
parent
1689d6be64
commit
fbafeb03ae
|
@ -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 New Issue