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 59: | Line 59: | ||
this.extPlay = function(){ | this.extPlay = function(){ | ||
if(!this.isActive){ | if(!this.isActive){ | ||
$timer2.play(); | |||
} | } | ||
} | } | ||
Line 65: | Line 65: | ||
currentTime = 30000; | currentTime = 30000; | ||
if(!this.isActive){ | if(!this.isActive){ | ||
$timer2.play().once(); | |||
} | } | ||
window.Obj1.extPlay(); | window.Obj1.extPlay(); |