Changes to the Timing of the removal of the Small Confirm
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user