commit 052c48415e51e13bd1b9bbfde667b07c0a997f6e parent a897904d6a97a4a5f1f59e0b200b5636968488aa Author: Johs <[email protected]> Date: Mon, 12 Jun 2023 14:51:55 +0200 better tablesv2 Diffstat:
M | js/panda.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/panda.js b/js/panda.js @@ -22,7 +22,7 @@ fetch(`http://localhost:8080/api/${token}`) newCellZoo.appendChild(newTextZoo); let newCellChill = newRow.insertCell(); - let newTextChill = document.createTextNode(slicedArray[0].windchill); + let newTextChill = document.createTextNode(slicedArray[i].windchill); newCellChill.appendChild(newTextChill); } });