summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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);