From 4c059b7bf9a2e47ea5fa3dee583f7e7ca45decef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Feb 2006 17:38:03 +0100 Subject: cleanup notify box on successful refetch --- tt-rss.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 63a707ab3..8e4343b0e 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -128,6 +128,8 @@ function refetch_callback() { if (!daemon_enabled) { notify("All feeds updated."); updateTitle(""); + } else { + notify(""); } } catch (e) { exception_error("refetch_callback", e); -- cgit v1.2.3