diff --git a/script.js b/script.js index f97923b..8a2521e 100644 --- a/script.js +++ b/script.js @@ -55,7 +55,7 @@ function timer(){ txt.innerHTML= afficher; time = time <= 0 ? 0 : time -1; - if (time == ) + if (time == 0) { clearInterval(maVar); }