]> git.wh0rd.org - tt-rss.git/commitdiff
cleanup notify box on successful refetch
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 26 Feb 2006 16:38:03 +0000 (17:38 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 26 Feb 2006 16:38:03 +0000 (17:38 +0100)
tt-rss.js

index 63a707ab3142a18f43ee3c3b44bfa1a1ecf35582..8e4343b0e2284d93bff6d26aec718d96e660e106 100644 (file)
--- 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);