summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-06 09:20:55 +0100
committerAndrew Dolgov <[email protected]>2008-08-06 09:20:55 +0100
commit18bcd7154c2239328a396a24bc6b109040ead814 (patch)
treef17fc781133c0505bdd5e667f1da294407cc6a31 /feedlist.js
parentc8d5dcfe2b640d0a0d8d9d6904fcc0f0ce9d1b1c (diff)
feedlist_init: do not reload active feed if present
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/feedlist.js b/feedlist.js
index 5ba9ec0b8..f0e4951d7 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -337,8 +337,8 @@ function feedlist_init() {
}
if (getActiveFeedId()) {
- debug("some feed is open on feedlist refresh, reloading");
- setTimeout("viewCurrentFeed()", 100);
+ //debug("some feed is open on feedlist refresh, reloading");
+ //setTimeout("viewCurrentFeed()", 100);
} else {
if (getInitParam("cdm_auto_catchup") != 1 && get_feed_unread(-3) > 0) {
notify_silent_next();