This commit is contained in:
2019-05-19 12:05:08 +02:00
parent d6c7ddcb57
commit 0c28f448b0

View File

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