coorection de la parenthèse sur le script.js

This commit is contained in:
Axel O 2022-12-05 17:40:50 +01:00
parent 380cebd36d
commit b023d3ee51

View file

@ -55,7 +55,7 @@ function timer(){
txt.innerHTML= afficher; txt.innerHTML= afficher;
time = time <= 0 ? 0 : time -1; time = time <= 0 ? 0 : time -1;
if (time == ) if (time == 0)
{ {
clearInterval(maVar); clearInterval(maVar);
} }