1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:15:55 +00:00

disable empty notify() in refetch_callback w. daemon mode

This commit is contained in:
Andrew Dolgov
2007-01-30 16:58:10 +01:00
parent 9acd22e844
commit 0f088bfcde

View File

@@ -74,7 +74,7 @@ function refetch_callback() {
notify("All feeds updated.");
updateTitle("");
} else {
notify("");
//notify("");
}
} catch (e) {
exception_error("refetch_callback", e);