diff --git a/zephyr/static/js/notifications.js b/zephyr/static/js/notifications.js index 101bd1652f..f838a88632 100644 --- a/zephyr/static/js/notifications.js +++ b/zephyr/static/js/notifications.js @@ -37,6 +37,9 @@ exports.initialize = function () { }); }).blur(function () { window_has_focus = false; + }).mouseover(function () { + new_message_count = 0; + document.title = domain + " - Humbug"; }); if (!window.webkitNotifications) {