don't let notifications interfere with document titles

This commit is contained in:
ansuz
2016-09-21 14:34:56 +02:00
parent a9e2ca8d72
commit f29e3d7b0d
6 changed files with 7 additions and 12 deletions

View File

@@ -503,7 +503,7 @@ define([
var notify = module.notify = function () {
if (Visible.isSupported() && !Visible.currently()) {
unnotify();
module.tabNotification = Notify.tab(document.title, 1000, 10);
module.tabNotification = Notify.tab(1000, 10);
}
};