summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 10:55:16 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 10:55:16 +0100
commit5a180505717398293b8f66489b149cd56a894490 (patch)
treee4f6d8df904f3f3c1559a4ffcbe538fc6f23c4f5 /tt-rss.js
parent5a494a0bc9702c9340af4622253014fd8e8a9aa0 (diff)
fix title display bug on refetch
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 1e5573f90..cfebd101b 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -126,10 +126,8 @@ function refetch_callback() {
if (!daemon_enabled) {
notify("All feeds updated.");
- } else {
- global_unread = 0;
+ updateTitle("");
}
- updateTitle("");
} catch (e) {
exception_error("refetch_callback", e);
updateTitle("");