1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 15:02:27 +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; 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;