1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

cosmetic interface fix

This commit is contained in:
Andrew Dolgov 2006-02-12 09:16:55 +01:00
parent 13def21952
commit 3b3c42a486

View File

@ -125,9 +125,11 @@ function refetch_callback() {
parse_counters(reply, f_document, window);
if (!daemon_enabled) {
updateTitle("");
notify("All feeds updated.");
} else {
if (!global_unread) global_unread = 0;
}
updateTitle("");
} catch (e) {
exception_error("refetch_callback", e);
updateTitle("");