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 15: | Line 15: | ||
$(document).keypress(function(event){ | $(document).keypress(function(event){ | ||
timer2.reset(); | timer2.reset(); | ||
}); | |||
$(document).click(function(event){ | |||
timer2.reset(); | |||
}); | }); | ||
}); | }); |