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