= removed
This commit is contained in:
2
index.js
2
index.js
@@ -49,7 +49,7 @@ function updateTable(user, past_users) {
|
|||||||
tableHead.innerText = item;
|
tableHead.innerText = item;
|
||||||
tableRow.appendChild(th);
|
tableRow.appendChild(th);
|
||||||
});
|
});
|
||||||
tableHead=.appenchChild(tableRow);
|
tableHead.appenchChild(tableRow);
|
||||||
table.append(tableRow);
|
table.append(tableRow);
|
||||||
|
|
||||||
past_users.forEach((item => {
|
past_users.forEach((item => {
|
||||||
|
|||||||
Reference in New Issue
Block a user