Widget:Hotkey: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 6: Line 6:
alert('This message was sent by a timer.');
alert('This message was sent by a timer.');
});
});
timer1.set({ time: 10000; autostart: true});
timer1.set({ time: 10000, autostart: true});


var timer2 = $.timer(function(){
var timer2 = $.timer(function(){

Revision as of 18:16, 18 February 2014