summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-07 09:06:38 +0100
committerAndrew Dolgov <[email protected]>2006-12-07 09:06:38 +0100
commitcf4d339c28240f0390524335c7d8effdc3a63068 (patch)
tree0a03717381b82a9d29d4090ee6025ec3646d2d6d /feedlist.js
parent0b126ac277ed5480ef6090ddc7a23a15d21f2960 (diff)
support omode in rpc getAllCounters
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index d324c6a80..caffc9387 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -184,7 +184,7 @@ function feedlist_init() {
if (getActiveFeedId()) {
debug("some feed is open on feedlist refresh, reloading");
setTimeout("viewCurrentFeed()", 100);
- }
+ }
} catch (e) {
exception_error("feedlist/init", e);