This commit is contained in:
2019-05-19 11:50:34 +02:00
parent 39be3a0b44
commit 581d76532a

View File

@@ -28,7 +28,7 @@
function updateTable() {
let table = document.getElementById("farben");
table.insertRow(0);
let row = table.insertRow(0);
let cell1 = row.insertCell(0);
let cell2 = row.insertCell(1);
let cell3 = row.insertCell(2);