1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 07:05:56 +00:00

pass object to call updateTitle() to parse_counters() (closes #9)

This commit is contained in:
Andrew Dolgov
2005-12-21 08:12:17 +01:00
parent 8983d99556
commit 3bdb368b87
2 changed files with 8 additions and 5 deletions

View File

@@ -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.");