mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 13:51:28 +00:00
fix title display bug on refetch
This commit is contained in:
@@ -126,10 +126,8 @@ function refetch_callback() {
|
|||||||
|
|
||||||
if (!daemon_enabled) {
|
if (!daemon_enabled) {
|
||||||
notify("All feeds updated.");
|
notify("All feeds updated.");
|
||||||
} else {
|
|
||||||
global_unread = 0;
|
|
||||||
}
|
|
||||||
updateTitle("");
|
updateTitle("");
|
||||||
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("refetch_callback", e);
|
exception_error("refetch_callback", e);
|
||||||
updateTitle("");
|
updateTitle("");
|
||||||
|
|||||||
Reference in New Issue
Block a user