mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 17:57:29 +00:00
implement fresh virtual feed, load it by default on startup
This commit is contained in:
@@ -293,7 +293,9 @@ function feedlist_init() {
|
||||
if (getActiveFeedId()) {
|
||||
debug("some feed is open on feedlist refresh, reloading");
|
||||
setTimeout("viewCurrentFeed()", 100);
|
||||
}
|
||||
} else {
|
||||
setTimeout("viewfeed(-3)", 100);
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("feedlist/init", e);
|
||||
|
||||
Reference in New Issue
Block a user