From b023d3ee515050067103a436a2cb12e8b394ee1b Mon Sep 17 00:00:00 2001 From: Axel O Date: Mon, 5 Dec 2022 17:40:50 +0100 Subject: [PATCH 1/2] =?UTF-8?q?coorection=20de=20la=20parenth=C3=A8se=20su?= =?UTF-8?q?r=20le=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); } From 8b4ba28970e8d9a61cf4484c27711f9f36eaa695 Mon Sep 17 00:00:00 2001 From: Axel O Date: Mon, 5 Dec 2022 17:46:35 +0100 Subject: [PATCH 2/2] =?UTF-8?q?ajout=20d'un=20boutton=20avec=20du=20Css=20?= =?UTF-8?q?=C3=A0=20corriger=20par=20erreur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index e8dfb8f..6c44ea0 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,8 @@
Time
+
+