From: Andrew Dolgov Date: Sun, 12 Feb 2006 08:16:55 +0000 (+0100) Subject: cosmetic interface fix X-Git-Tag: 1.1.3~26 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3b3c42a486b4e283385be03b1219928792a73ff4;p=tt-rss.git cosmetic interface fix --- diff --git a/tt-rss.js b/tt-rss.js index 989393b0..7c7b77f9 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -125,9 +125,11 @@ function refetch_callback() { parse_counters(reply, f_document, window); if (!daemon_enabled) { - updateTitle(""); notify("All feeds updated."); + } else { + if (!global_unread) global_unread = 0; } + updateTitle(""); } catch (e) { exception_error("refetch_callback", e); updateTitle("");