Changes to the Timing of the removal of the Small Confirm

This commit is contained in:
2026-09-20 11:42:39 +02:00
parent 53b33afa80
commit de4098ebb2
+1 -1
View File
@@ -1809,7 +1809,7 @@
closeButton.addEventListener('click', () => { closeButton.addEventListener('click', () => {
if (el && el.parentNode) el.parentNode.removeChild(el); 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() { async function startNextStudentCardScan() {