mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 04:25:56 +00:00
don't open Fresh feed when CDM auto-catchup is enabled
This commit is contained in:
@@ -264,8 +264,10 @@ function feedlist_init() {
|
|||||||
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) {
|
||||||
setTimeout("viewfeed(-3)", 100);
|
setTimeout("viewfeed(-3)", 100);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("feedlist/init", e);
|
exception_error("feedlist/init", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user