]> git.wh0rd.org - tt-rss.git/commitdiff
disable All feeds updated prompt
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 29 Oct 2007 07:14:53 +0000 (08:14 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 29 Oct 2007 07:14:53 +0000 (08:14 +0100)
tt-rss.js

index a18f95cd1cbb42f8230cfb0bad6038cc82104e99..1773e64aff3306e972ddca459d5eb920ae70cbb5 100644 (file)
--- 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("");