disable All feeds updated prompt
This commit is contained in:
parent
9a0634692b
commit
e9753ab46d
|
@ -69,12 +69,12 @@ function refetch_callback2(transport) {
|
||||||
|
|
||||||
debug("refetch_callback2: done");
|
debug("refetch_callback2: done");
|
||||||
|
|
||||||
if (!daemon_enabled && !daemon_refresh_only) {
|
/* if (!daemon_enabled && !daemon_refresh_only) {
|
||||||
notify_info("All feeds updated.");
|
notify_info("All feeds updated.");
|
||||||
updateTitle("");
|
updateTitle("");
|
||||||
} else {
|
} else {
|
||||||
//notify("");
|
//notify("");
|
||||||
}
|
} */
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
exception_error("refetch_callback", e);
|
exception_error("refetch_callback", e);
|
||||||
updateTitle("");
|
updateTitle("");
|
||||||
|
|
Loading…
Reference in New Issue