summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-11-22 11:11:41 +0100
committerAndrew Dolgov <[email protected]>2006-11-22 11:11:41 +0100
commit7086277caf21c8107c97072126bf6b4058a50593 (patch)
treeed53fe3a6a7d735c1d026c30d57472cf09f7c507 /feedlist.js
parentbbb416e58b08ae8ad8f7fe30fd83a410ad2d3fad (diff)
add quick action to edit current feed
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);
}