mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
parent
3faca4caab
commit
fa216a43e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue