mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
parent
3faca4caab
commit
fa216a43e4
@ -239,7 +239,7 @@ const renderDOMIncremental = function(response) {
|
||||
}
|
||||
// Add node as sibling
|
||||
if ( entry.what === 1 && entry.l ) {
|
||||
previous = qs$(`#{entry.l}`);
|
||||
previous = qs$(`#${entry.l}`);
|
||||
// This should not happen
|
||||
if ( previous === null ) {
|
||||
// throw new Error('No left sibling!?');
|
||||
|
Loading…
Reference in New Issue
Block a user