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

fix title display bug on refetch

This commit is contained in:
Andrew Dolgov
2006-02-12 10:55:16 +01:00
parent 5a494a0bc9
commit 5a18050571

View File

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