1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:45:55 +00:00

fix some minor typos and stuff

This commit is contained in:
Andrew Dolgov
2015-06-07 18:41:18 +03:00
parent ca5d39e866
commit 415a3b50c9
5 changed files with 8 additions and 19 deletions

View File

@@ -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;
}