From 3bdb368b87fd4351949919c2c95cc565ce3406de Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 Dec 2005 08:12:17 +0100 Subject: pass object to call updateTitle() to parse_counters() (closes #9) --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 638f066de..c66d57ce7 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -96,7 +96,7 @@ function refetch_callback() { var f_document = window.frames["feeds-frame"].document; - parse_counters(reply, f_document); + parse_counters(reply, f_document, window); updateTitle(""); notify("All feeds updated."); -- cgit v1.2.3-54-g00ecf