mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 13:40:59 +02:00
feedlist_init: do not reload active feed if present
This commit is contained in:
parent
c8d5dcfe2b
commit
18bcd7154c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user