summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-30 16:58:10 +0100
committerAndrew Dolgov <[email protected]>2007-01-30 16:58:10 +0100
commit0f088bfcdeec8cd6f930be65802bbeeec8667f11 (patch)
tree7e8d9415cea28bd22b991efeec46f882006a9a7d /tt-rss.js
parent9acd22e84423b19d878734dfe36f97bab768fde5 (diff)
disable empty notify() in refetch_callback w. daemon mode
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 34dab4d3a..be3aca8e6 100644
--- 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);