summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 954215fe8..53fc4c6e4 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -176,6 +176,11 @@ function feedlist_init() {
correctPNG();
}
+ if (getActiveFeedId()) {
+ debug("some feed is open on feedlist refresh, reloading");
+ setTimeout("viewCurrentFeed()", 100);
+ }
+
} catch (e) {
exception_error("feedlist/init", e);
}