This commit is contained in:
Bruno Rybársky 2024-04-26 01:19:19 +02:00
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);
}