From f80837074013523c306cffc162b09adf017f8a16 Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 11 May 2025 10:31:05 +0200 Subject: [PATCH] From Json to DB V4 --- static/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/app.js b/static/app.js index 68bed59..671c03a 100644 --- a/static/app.js +++ b/static/app.js @@ -116,7 +116,6 @@ function renderTable() { delete data.attendance[key]; } saveData(); - renderTable(); }; tr.appendChild(td); });