Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jebu/inagist_chrome_extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jebu committed Feb 12, 2011
2 parents 78ded08 + 4905805 commit 2a8aec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions background.html
Expand Up @@ -32,6 +32,9 @@
var notification = webkitNotifications.createHTMLNotification(
'tweets_notifier.html'
);
notification.onclose = function() {
notificationOnDisplay = false;
};
notification.show();
}
}
Expand Down

0 comments on commit 2a8aec5

Please sign in to comment.