From 0e9dd1baf733dee2408108f560a7af9acbf93506 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Sep 2006 04:15:31 +0100 Subject: opera compatibility fixes --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.js') 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); } } -- cgit v1.2.3