From fdf47b9d1c338903c4c69ec53a70d717ae135f77 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Feb 2010 15:42:40 +0300 Subject: notifier: mention license --- tt-rss.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 6d3cc7377..81a40f211 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -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; } -- cgit v1.2.3-54-g00ecf