Compare commits

..

No commits in common. "cf0abf0670189688ec3eb022a706f895c546a6af" and "870bc240b3b775ba5cb1c2c2bccad4db665d2538" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -29,8 +29,6 @@
======= =======
<div id="timer">Time</div> <div id="timer">Time</div>
<button id="Pause" onclick="Pause()">Pause</button> <button id="Pause" onclick="Pause()">Pause</button>
<br>
<div></div>
<canvas id="canvas" width="800" height="400"></canvas> <canvas id="canvas" width="800" height="400"></canvas>
>>>>>>> 380cebd36dc4e3a1f3af185d1a7e3f0adb3e04d1 >>>>>>> 380cebd36dc4e3a1f3af185d1a7e3f0adb3e04d1
<div class="to-center"> <div class="to-center">

View file

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