1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 23:23:34 +00:00

notifier: mention license

This commit is contained in:
Andrew Dolgov
2010-02-18 15:42:40 +03:00
parent fa7c9e65f1
commit fdf47b9d1c
2 changed files with 11 additions and 1 deletions

View File

@@ -332,6 +332,14 @@ function updateTitle(s) {
tmp = tmp + " > " + active_title_text;
}
if (window.fluid) {
if (global_unread > 0) {
window.fluid.dockBadge = global_unread;
} else {
window.fluid.dockBadge = "";
}
}
document.title = tmp;
}