summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 04:15:31 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 04:15:31 +0100
commit0e9dd1baf733dee2408108f560a7af9acbf93506 (patch)
tree633e08e2389ef2bd3923dcf8bd0ad23439becbc5 /functions.js
parent9cb999060ffe0f72bdbcec31ce92242173e20bba (diff)
opera compatibility fixes
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);
}
}