remove debug hack
This commit is contained in:
@@ -100,8 +100,7 @@ function handleTick(now) {
|
|||||||
var excl = millisecsRemaining < 1000*5? "!" : "";
|
var excl = millisecsRemaining < 1000*5? "!" : "";
|
||||||
|
|
||||||
console.log("seconds",now.getSeconds());
|
console.log("seconds",now.getSeconds());
|
||||||
if (60 - now.getSeconds() <= 10) {
|
if (millisecsRemaining < 10000) {
|
||||||
// if (millisecsRemaining < 10000) {
|
|
||||||
if (!playing) {
|
if (!playing) {
|
||||||
countDownSound.play();
|
countDownSound.play();
|
||||||
playing = true;
|
playing = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user