1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

cleanup notify box on successful refetch

This commit is contained in:
Andrew Dolgov 2006-02-26 17:38:03 +01:00
parent 59b8192f94
commit 4c059b7bf9

View File

@ -128,6 +128,8 @@ function refetch_callback() {
if (!daemon_enabled) {
notify("All feeds updated.");
updateTitle("");
} else {
notify("");
}
} catch (e) {
exception_error("refetch_callback", e);