coorection de la parenthèse sur le script.js
This commit is contained in:
parent
380cebd36d
commit
b023d3ee51
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue