don't open Fresh feed when CDM auto-catchup is enabled
This commit is contained in:
parent
eb8b5c263e
commit
e1dfd280ec
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue