= removed

This commit is contained in:
LinlyBoi
2023-12-05 09:20:51 +02:00
parent 0cecd2079c
commit 525c076d19

View File

@@ -49,7 +49,7 @@ function updateTable(user, past_users) {
tableHead.innerText = item;
tableRow.appendChild(th);
});
tableHead=.appenchChild(tableRow);
tableHead.appenchChild(tableRow);
table.append(tableRow);
past_users.forEach((item => {