mirror of https://github.com/zlatinb/muwire
fix missing image
parent
2042bfccb7
commit
9a6a1c8371
|
@ -13,7 +13,7 @@ function refreshConnectionsCount() {
|
||||||
if (count > 0)
|
if (count > 0)
|
||||||
image = "Connect.png";
|
image = "Connect.png";
|
||||||
else
|
else
|
||||||
image = "connecting.png";
|
image = "NotStarted.png";
|
||||||
connectionIcon.innerHTML = "<img src=\"images/" + image + "\" alt=\"\">";
|
connectionIcon.innerHTML = "<img src=\"images/" + image + "\" alt=\"\">";
|
||||||
} else {
|
} else {
|
||||||
connectionCountSpan.innerHTML = _t("Down");
|
connectionCountSpan.innerHTML = _t("Down");
|
||||||
|
|
Loading…
Reference in New Issue