mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 11:25:55 +00:00
cleanup title even if refetch_callback failed
This commit is contained in:
@@ -110,6 +110,7 @@ function refetch_callback() {
|
||||
|
||||
if (!reply) {
|
||||
notify("refetch_callback: backend did not return expected XML object");
|
||||
updateTitle("");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -127,6 +128,7 @@ function refetch_callback() {
|
||||
notify("All feeds updated.");
|
||||
} catch (e) {
|
||||
exception_error("refetch_callback", e);
|
||||
updateTitle("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user