]> git.wh0rd.org - tt-rss.git/commitdiff
disable empty notify() in refetch_callback w. daemon mode
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 30 Jan 2007 15:58:10 +0000 (16:58 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 30 Jan 2007 15:58:10 +0000 (16:58 +0100)
tt-rss.js

index 34dab4d3adf3bc9eff007c9ae1d77f915be74c9a..be3aca8e6c1933a4acaceb3908eb2129eb879d28 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -74,7 +74,7 @@ function refetch_callback() {
                                notify("All feeds updated.");
                                updateTitle("");
                        } else {
-                               notify("");
+                               //notify("");
                        }
                } catch (e) {
                        exception_error("refetch_callback", e);