mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 20:31:34 +00:00
runtime info parser: if daemon is running, clear pending notification
This commit is contained in:
@@ -605,6 +605,8 @@ function parse_runtime_info(elem) {
|
|||||||
|
|
||||||
if (k == "daemon_is_running" && v != 1) {
|
if (k == "daemon_is_running" && v != 1) {
|
||||||
notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not running.</span>");
|
notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not running.</span>");
|
||||||
|
} else {
|
||||||
|
notify('');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* var w = document.getElementById("noDaemonWarning");
|
/* var w = document.getElementById("noDaemonWarning");
|
||||||
|
|||||||
Reference in New Issue
Block a user