summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-23 08:23:27 +0100
committerAndrew Dolgov <[email protected]>2007-08-23 08:23:27 +0100
commit2d24f03266de2be331b18150886039aed50e6816 (patch)
tree0d13d8a14c74bdbfc66a9f9f36f2881f381471ea /feedlist.js
parentbe621ff9ddd2b87790302e727a27373ad6516600 (diff)
implement fresh virtual feed, load it by default on startup
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 4946d7fc9..3a44f331b 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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);