This commit is contained in:
KANE LAZENI 2026-05-13 17:04:02 +00:00
parent c3b8cfe424
commit 28ee85b0c4

View File

@ -923,7 +923,6 @@
}
}
/*
function startCountdown(seconds, callback) {
let remaining = seconds;
const countdownEl = document.getElementById('countdown');
@ -945,8 +944,8 @@
window.onbeforeunload = function() {
stopCamera();
};
*/
/*
function startCountdown(seconds, callback) {
let remaining = seconds;
const countdownEl = document.getElementById('countdown');
@ -961,6 +960,7 @@
}
}, 1000);
}
*/
</script>
</body>