From c68721dc788175f73a2467deccbe87a435d84dfa Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Tue, 31 Dec 2013 14:22:00 +0000 Subject: [PATCH] remove debug hack --- countdown.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/countdown.js b/countdown.js index cb3cf8a..7ed4669 100644 --- a/countdown.js +++ b/countdown.js @@ -100,8 +100,7 @@ function handleTick(now) { var excl = millisecsRemaining < 1000*5? "!" : ""; console.log("seconds",now.getSeconds()); - if (60 - now.getSeconds() <= 10) { -// if (millisecsRemaining < 10000) { + if (millisecsRemaining < 10000) { if (!playing) { countDownSound.play(); playing = true;