1
0
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:
Andrew Dolgov
2007-08-23 08:23:27 +01:00
parent be621ff9dd
commit 2d24f03266
3 changed files with 60 additions and 14 deletions

View File

@@ -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);