summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-07 18:41:18 +0300
committerAndrew Dolgov <[email protected]>2015-06-07 18:41:18 +0300
commit415a3b50c9879027d5367696ef2b21200cbd5827 (patch)
treee3c62caadef95aaa38a16146fb4ff310d7f533d5 /js
parentca5d39e8665dc6eaaeec3f53bddd338e07f9a038 (diff)
fix some minor typos and stuff
Diffstat (limited to 'js')
-rw-r--r--js/tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 38182c7ad..08602c8e5 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -767,7 +767,7 @@ function parse_runtime_info(data) {
}
if (k == "daemon_is_running" && v != 1) {
- notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not running.</span>", true);
+ notify_error("<span onclick=\"explainError(1)\">Update daemon is not running.</span>", true);
return;
}
@@ -782,7 +782,7 @@ function parse_runtime_info(data) {
}
if (k == "daemon_stamp_ok" && v != 1) {
- notify_error("<span onclick=\"javascript:explainError(3)\">Update daemon is not updating feeds.</span>", true);
+ notify_error("<span onclick=\"explainError(3)\">Update daemon is not updating feeds.</span>", true);
return;
}