From de4098ebb244c1f035643443bbeef6cf846d8504 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Sun, 20 Sep 2026 11:42:39 +0200 Subject: [PATCH] Changes to the Timing of the removal of the Small Confirm --- Web/templates/library_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/templates/library_table.html b/Web/templates/library_table.html index 6015169..5289bfd 100644 --- a/Web/templates/library_table.html +++ b/Web/templates/library_table.html @@ -1809,7 +1809,7 @@ closeButton.addEventListener('click', () => { if (el && el.parentNode) el.parentNode.removeChild(el); }); - setTimeout(() => { try { if (el && el.parentNode) el.parentNode.removeChild(el); } catch(e){} }, 3000); + setTimeout(() => { try { if (el && el.parentNode) el.parentNode.removeChild(el); } catch(e){} }, 15000); } async function startNextStudentCardScan() {