]> git.wh0rd.org - tt-rss.git/commitdiff
feedlist_init: do not reload active feed if present
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 6 Aug 2008 08:20:55 +0000 (09:20 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 6 Aug 2008 08:20:55 +0000 (09:20 +0100)
feedlist.js

index 5ba9ec0b83fc38b23d2b67fcccc14c85fe2cf113..f0e4951d77fe6bc0a3000defd9c3ab9d0da1e3d2 100644 (file)
@@ -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();