a
This commit is contained in:
parent
c3b8cfe424
commit
28ee85b0c4
|
|
@ -923,7 +923,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
function startCountdown(seconds, callback) {
|
function startCountdown(seconds, callback) {
|
||||||
let remaining = seconds;
|
let remaining = seconds;
|
||||||
const countdownEl = document.getElementById('countdown');
|
const countdownEl = document.getElementById('countdown');
|
||||||
|
|
@ -945,8 +944,8 @@
|
||||||
window.onbeforeunload = function() {
|
window.onbeforeunload = function() {
|
||||||
stopCamera();
|
stopCamera();
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
|
/*
|
||||||
function startCountdown(seconds, callback) {
|
function startCountdown(seconds, callback) {
|
||||||
let remaining = seconds;
|
let remaining = seconds;
|
||||||
const countdownEl = document.getElementById('countdown');
|
const countdownEl = document.getElementById('countdown');
|
||||||
|
|
@ -961,6 +960,7 @@
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user