Reset last seen indicator timing on focus of window

FREEBIE
pull/749/head
Scott Nonnenberg 9 years ago
parent 01918049b4
commit 9de384f3b8

@ -116,7 +116,7 @@
var onFocus = function() { var onFocus = function() {
if (this.$el.css('display') !== 'none') { if (this.$el.css('display') !== 'none') {
this.markRead(); this.updateUnread();
} }
}.bind(this); }.bind(this);
this.window.addEventListener('focus', onFocus); this.window.addEventListener('focus', onFocus);

Loading…
Cancel
Save