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 = '**';
|
td.textContent = '**';
|
||||||
} else if ( filteringOp === 'r' ) {
|
} else if ( filteringOp === 'r' ) {
|
||||||
trcl.add('redirected');
|
trcl.add('redirected');
|
||||||
td.textContent = '>>';
|
td.textContent = '<<';
|
||||||
} else {
|
} else {
|
||||||
td.textContent = '';
|
td.textContent = '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue