a
This commit is contained in:
parent
c3b8cfe424
commit
28ee85b0c4
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user