mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 01:45:56 +00:00
fix typo
This commit is contained in:
@@ -604,7 +604,7 @@ function parse_runtime_info(elem) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (k == "daemon_is_running" && v != 1) {
|
if (k == "daemon_is_running" && v != 1) {
|
||||||
notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not runing.</span>");
|
notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not running.</span>");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* var w = document.getElementById("noDaemonWarning");
|
/* var w = document.getElementById("noDaemonWarning");
|
||||||
|
|||||||
Reference in New Issue
Block a user