From: Andrew Dolgov Date: Wed, 6 Aug 2008 08:20:55 +0000 (+0100) Subject: feedlist_init: do not reload active feed if present X-Git-Tag: 1.2.26~37 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=18bcd7154c2239328a396a24bc6b109040ead814;p=tt-rss.git feedlist_init: do not reload active feed if present --- diff --git a/feedlist.js b/feedlist.js index 5ba9ec0b..f0e4951d 100644 --- a/feedlist.js +++ b/feedlist.js @@ -337,8 +337,8 @@ function feedlist_init() { } if (getActiveFeedId()) { - debug("some feed is open on feedlist refresh, reloading"); - setTimeout("viewCurrentFeed()", 100); + //debug("some feed is open on feedlist refresh, reloading"); + //setTimeout("viewCurrentFeed()", 100); } else { if (getInitParam("cdm_auto_catchup") != 1 && get_feed_unread(-3) > 0) { notify_silent_next();