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

cosmetic fix 2

This commit is contained in:
Andrew Dolgov
2006-02-12 09:19:15 +01:00
parent 3b3c42a486
commit 9da1e3be20

View File

@@ -127,7 +127,7 @@ function refetch_callback() {
if (!daemon_enabled) {
notify("All feeds updated.");
} else {
if (!global_unread) global_unread = 0;
global_unread = 0;
}
updateTitle("");
} catch (e) {