From: Andrew Dolgov Date: Tue, 30 Jan 2007 15:58:10 +0000 (+0100) Subject: disable empty notify() in refetch_callback w. daemon mode X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0f088bfcdeec8cd6f930be65802bbeeec8667f11;p=tt-rss.git disable empty notify() in refetch_callback w. daemon mode --- diff --git a/tt-rss.js b/tt-rss.js index 34dab4d3..be3aca8e 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);