MEME
This commit is contained in:
parent
24f4242523
commit
a0d371ec04
@ -106,7 +106,7 @@ async function displayList(data, elementId, deleteFunction) {
|
||||
|
||||
if ("function" === typeof deleteFunction) {
|
||||
const th = document.createElement("th");
|
||||
th.appendChild(document.createTextNode("<i class='ri-delete-bin-line'></i>"));
|
||||
th.appendChild(document.createNode("<i class='ri-delete-bin-line'></i>"));
|
||||
headerRow.appendChild(th);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user