Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Stebner committed Sep 16, 2015
1 parent de3497c commit 6d90d3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/jTimeout-v2.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@
if( !jTimeout.onMouseMove )
{
$.get(jTimeout.options.extendUrl);

jTimeout.setTimer( jTimeout.options.timeoutAfter );
jTimeout.setTab( jTimeout.options.tabID );
jTimeout.setTabLast();
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion src/jTimeout-v2.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d90d3b

Please sign in to comment.