Widget:TimerTest2: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 31: | Line 31: | ||
$timer2.html(currentTime); | $timer2.html(currentTime); | ||
currentTime -=incrementTime; | currentTime -=incrementTime; | ||
if(currentTime === | if(currentTime === 100){ | ||
Obj1.pause(); | Obj1.pause(); | ||
Obj2.Timer.pause().once(); | Obj2.Timer.pause().once(); |