fix typo
This commit is contained in:
parent
27258a90c7
commit
e968e7f79d
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue