summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 14:27:34 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 14:27:34 +0100
commitd00bfb5f45b8970de0fbef0ed93eb5a01d7a3dc6 (patch)
tree4266259b3e5b8a862e968f20de720a2d64e86cbf /tt-rss.js
parente968e7f79dc96079bfb0d2245a4d06c4c08e568c (diff)
runtime info parser: if daemon is running, clear pending notification
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
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("<span onclick=\"javascript:explainError(1)\">Update daemon is not running.</span>");
+ } else {
+ notify('');
}
/* var w = document.getElementById("noDaemonWarning");