From: Andrew Dolgov Date: Sun, 26 Feb 2006 16:38:03 +0000 (+0100) Subject: cleanup notify box on successful refetch X-Git-Tag: schema_freeze_for_1.1.4~39 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4c059b7bf9a2e47ea5fa3dee583f7e7ca45decef;p=tt-rss.git cleanup notify box on successful refetch --- diff --git a/tt-rss.js b/tt-rss.js index 63a707ab..8e4343b0 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);