cleanup notify box on successful refetch

master
Andrew Dolgov 20 years ago
parent 59b8192f94
commit 4c059b7bf9

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

Loading…
Cancel
Save