summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index 72638dcca..76a443d9d 100644
--- a/functions.js
+++ b/functions.js
@@ -584,7 +584,7 @@ function parse_counters(reply, scheduled_call) {
if (feeds_stored != 0) {
debug("Subscribed feed number changed, refreshing feedlist");
- updateFeedList();
+ setTimeout('updateFeedList(false, false)', 50);
}
}