Update
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
function updateTable() {
|
||||
let table = document.getElementById("farben");
|
||||
let row = table.insertRow(0);
|
||||
let row = table.insertRow(1);
|
||||
let cell1 = row.insertCell(0);
|
||||
let cell2 = row.insertCell(1);
|
||||
let cell3 = row.insertCell(2);
|
||||
|
Reference in New Issue
Block a user