From: Andrew Dolgov Date: Thu, 17 May 2007 13:27:34 +0000 (+0100) Subject: runtime info parser: if daemon is running, clear pending notification X-Git-Tag: schema_freeze_for_1.2.11~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d00bfb5f45b8970de0fbef0ed93eb5a01d7a3dc6;p=tt-rss.git runtime info parser: if daemon is running, clear pending notification --- diff --git a/tt-rss.js b/tt-rss.js index 321b4254..215699c5 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");