diff --git a/code/chrono.js b/code/chrono.js index b8f025b..1d4ccf0 100644 --- a/code/chrono.js +++ b/code/chrono.js @@ -22,8 +22,9 @@ function chrono(){ } else if(msec < 100){ msec = "0" +msec - } - document.getElementById("chronotime").innerHTML = hr + ":" + min + ":" + sec + } + document.getElementById("chronotime").innerHTML = hr + ":" + min + ":" + sec + timerID = setTimeout("chrono()", 10) } function chronoStart(){ diff --git a/code/game.html b/code/game.html index 487d0b8..9626c1a 100644 --- a/code/game.html +++ b/code/game.html @@ -11,6 +11,7 @@