feedlist_init: do not reload active feed if present

This commit is contained in:
Andrew Dolgov 2008-08-06 09:20:55 +01:00
parent c8d5dcfe2b
commit 18bcd7154c
1 changed files with 2 additions and 2 deletions

View File

@ -337,8 +337,8 @@ function feedlist_init() {
} }
if (getActiveFeedId()) { if (getActiveFeedId()) {
debug("some feed is open on feedlist refresh, reloading"); //debug("some feed is open on feedlist refresh, reloading");
setTimeout("viewCurrentFeed()", 100); //setTimeout("viewCurrentFeed()", 100);
} else { } else {
if (getInitParam("cdm_auto_catchup") != 1 && get_feed_unread(-3) > 0) { if (getInitParam("cdm_auto_catchup") != 1 && get_feed_unread(-3) > 0) {
notify_silent_next(); notify_silent_next();