This commit is contained in:
gorhill 2015-08-31 10:05:59 -04:00
parent 12249b2326
commit fbf3fa9c85
1 changed files with 1 additions and 1 deletions

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;