mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
this fixes #666
This commit is contained in:
parent
12249b2326
commit
fbf3fa9c85
@ -146,7 +146,7 @@ var renderDOMFull = function(response) {
|
|||||||
lvl -= 1;
|
lvl -= 1;
|
||||||
}
|
}
|
||||||
li = nodeFromDomEntry(entry);
|
li = nodeFromDomEntry(entry);
|
||||||
ul.appendChild(li);
|
appendListItem(ul, li);
|
||||||
}
|
}
|
||||||
while ( ul.parentNode !== null ) {
|
while ( ul.parentNode !== null ) {
|
||||||
ul = ul.parentNode;
|
ul = ul.parentNode;
|
||||||
|
Loading…
Reference in New Issue
Block a user