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