diff --git a/tt-rss.js b/tt-rss.js index 321b4254c..215699c50 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -605,6 +605,8 @@ function parse_runtime_info(elem) { if (k == "daemon_is_running" && v != 1) { notify_error("Update daemon is not running."); + } else { + notify(''); } /* var w = document.getElementById("noDaemonWarning");