fix: use sq2 display func
This commit is contained in:
parent
93f73db9b2
commit
5c0dbcb5bc
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ function displayItems(items_copy) {
|
|||
box.classList.add("box");
|
||||
box.id = "item"+i;
|
||||
items_parent.appendChild(box);
|
||||
displayExpandedItem(item, box.id);
|
||||
displaysq2ExpandedItem(item, box.id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue