summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-21 08:12:17 +0100
committerAndrew Dolgov <[email protected]>2005-12-21 08:12:17 +0100
commit3bdb368b87fd4351949919c2c95cc565ce3406de (patch)
tree8facb4cc6c1d8211687793b1cc4adb395521f94c /tt-rss.js
parent8983d9955671014f71127ca425de7b7af8171599 (diff)
pass object to call updateTitle() to parse_counters() (closes #9)
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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.");