mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 17:55:55 +00:00
disable empty notify() in refetch_callback w. daemon mode
This commit is contained in:
@@ -74,7 +74,7 @@ function refetch_callback() {
|
|||||||
notify("All feeds updated.");
|
notify("All feeds updated.");
|
||||||
updateTitle("");
|
updateTitle("");
|
||||||
} else {
|
} else {
|
||||||
notify("");
|
//notify("");
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("refetch_callback", e);
|
exception_error("refetch_callback", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user