mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:35:56 +00:00
cosmetic interface fix
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user