1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 08:05:57 +00:00

fix broken feed counter updates

This commit is contained in:
Andrew Dolgov
2005-10-16 16:46:37 +01:00
parent d1f948d119
commit 9cab3250d6
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ function refetch_callback() {
if (!reply) {
notify("refetch_callback: backend did not return expected XML object");
return;
}
}
var f_document = window.frames["feeds-frame"].document;