diff --git a/content/ui.js b/content/ui.js index aaec45cc..6ad28241 100644 --- a/content/ui.js +++ b/content/ui.js @@ -1330,6 +1330,13 @@ liberator.ItemList = function (id) //{{{ let elem = completions[i]; tbody.* += createRow(elem[0], elem[1], elem[2]); } + div.* += + + { + liberator.template.map(liberator.util.range(0, maxItems), function (i) + ) + } +
~
; let dom = liberator.util.xmlToDom(div, doc); completionBody = dom.getElementsByTagName("tbody")[0];