From: Andrew Dolgov Date: Thu, 18 Feb 2010 12:42:40 +0000 (+0300) Subject: notifier: mention license X-Git-Tag: 1.4.1~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fdf47b9d1c338903c4c69ec53a70d717ae135f77;p=tt-rss.git notifier: mention license --- 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.