summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-16 16:46:37 +0100
committerAndrew Dolgov <[email protected]>2005-10-16 16:46:37 +0100
commit9cab3250d6d1f88bc22a06865dd63680d43d30ff (patch)
treeba1902124944cc842411c998a06cbf89fa02d433 /tt-rss.js
parentd1f948d119de325c5d1d8acc70c83b6b6216b70c (diff)
fix broken feed counter updates
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 35b7c9fbe..919b0bd45 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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;