Compare commits
No commits in common. "cf0abf0670189688ec3eb022a706f895c546a6af" and "870bc240b3b775ba5cb1c2c2bccad4db665d2538" have entirely different histories.
cf0abf0670
...
870bc240b3
2 changed files with 1 additions and 3 deletions
|
@ -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">
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue