From b023d3ee515050067103a436a2cb12e8b394ee1b Mon Sep 17 00:00:00 2001 From: Axel O Date: Mon, 5 Dec 2022 17:40:50 +0100 Subject: [PATCH] =?UTF-8?q?coorection=20de=20la=20parenth=C3=A8se=20sur=20?= =?UTF-8?q?le=20script.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }