1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-08-31 16:19:39 +02:00
This commit is contained in:
gorhill 2015-08-31 10:05:59 -04:00
parent 12249b2326
commit fbf3fa9c85

View File

@ -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;