From: Andrew Dolgov Date: Mon, 29 Oct 2007 07:14:53 +0000 (+0100) Subject: disable All feeds updated prompt X-Git-Tag: 1.2.17~50 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e9753ab46dd7ced2611aa64f17acc9471cc103f5;p=tt-rss.git disable All feeds updated prompt --- diff --git a/tt-rss.js b/tt-rss.js index a18f95cd..1773e64a 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -69,12 +69,12 @@ function refetch_callback2(transport) { debug("refetch_callback2: done"); - if (!daemon_enabled && !daemon_refresh_only) { +/* if (!daemon_enabled && !daemon_refresh_only) { notify_info("All feeds updated."); updateTitle(""); } else { //notify(""); - } + } */ } catch (e) { exception_error("refetch_callback", e); updateTitle("");