don't open Fresh feed when CDM auto-catchup is enabled

master
Andrew Dolgov 17 years ago
parent eb8b5c263e
commit e1dfd280ec

@ -264,8 +264,10 @@ function feedlist_init() {
debug("some feed is open on feedlist refresh, reloading");
setTimeout("viewCurrentFeed()", 100);
} else {
if (getInitParam("cdm_auto_catchup") != 1) {
setTimeout("viewfeed(-3)", 100);
}
}
} catch (e) {
exception_error("feedlist/init", e);

Loading…
Cancel
Save