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

@@ -65,7 +65,7 @@ define([
var notify = function () {
if (!(Visible.isSupported() && !Visible.currently())) { return; }
unnotify();
APP.tabNofification = Notify.tab(document.title, 1000, 10);
APP.tabNofification = Notify.tab(1000, 10);
};
var $modal = $('#modal');