mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 03:31:28 +00:00
cosmetic fix 2
This commit is contained in:
@@ -127,7 +127,7 @@ function refetch_callback() {
|
|||||||
if (!daemon_enabled) {
|
if (!daemon_enabled) {
|
||||||
notify("All feeds updated.");
|
notify("All feeds updated.");
|
||||||
} else {
|
} else {
|
||||||
if (!global_unread) global_unread = 0;
|
global_unread = 0;
|
||||||
}
|
}
|
||||||
updateTitle("");
|
updateTitle("");
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user