Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Apr 19, 2013
1 parent 753b53c commit e46308f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/index.html
Expand Up @@ -397,6 +397,8 @@
$("#watch").onclick = function() {
if (notification) {
setTimeout(function() {
setTime(12);
if (interval) { clearInterval(interval); interval = null; return; }
notification.show();
}, 7000);
}
Expand Down

0 comments on commit e46308f

Please sign in to comment.