cleanup notify box on successful refetch
This commit is contained in:
parent
59b8192f94
commit
4c059b7bf9
|
@ -128,6 +128,8 @@ function refetch_callback() {
|
||||||
if (!daemon_enabled) {
|
if (!daemon_enabled) {
|
||||||
notify("All feeds updated.");
|
notify("All feeds updated.");
|
||||||
updateTitle("");
|
updateTitle("");
|
||||||
|
} else {
|
||||||
|
notify("");
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("refetch_callback", e);
|
exception_error("refetch_callback", e);
|
||||||
|
|
Loading…
Reference in New Issue