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