From fdf47b9d1c338903c4c69ec53a70d717ae135f77 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Feb 2010 15:42:40 +0300 Subject: [PATCH] notifier: mention license --- tt-rss.js | 8 ++++++++ utils/notifier/options.html | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tt-rss.js b/tt-rss.js index 6d3cc737..81a40f21 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; } diff --git a/utils/notifier/options.html b/utils/notifier/options.html index 2988f41c..014c2a3c 100644 --- a/utils/notifier/options.html +++ b/utils/notifier/options.html @@ -160,6 +160,8 @@ fieldset span.note { -

Copyright © 2010 Andrew Dolgov

+

Copyright © 2010 + Andrew Dolgov. + Licensed under GNU GPL version 2.

-- 2.39.5