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(actionTaken)
$(document).keypress(actionTaken)
$(document).click(actionTaken)
$(document).click(actionTaken)
});
function actionTaken(event){
function actionTaken(event){
     if(!timer1.isActive){
     if(!timer1.isActive){
Line 22: Line 21:
     timer2.reset();
     timer2.reset();
}
}
});




</script>
</script>
</includeonly>
</includeonly>

Revision as of 18:27, 18 February 2014