update
This commit is contained in:
@@ -529,9 +529,9 @@
|
||||
peerListEl.innerHTML = list.innerHTML;
|
||||
peerCountEl.innerText = peerCount;
|
||||
if (peerCount < 2){
|
||||
document.getElementById("connectStatus").src = "static/connect_ko.svg"
|
||||
document.getElementById("connectStatus").src = "static/ico/connect_ko.svg"
|
||||
} else {
|
||||
document.getElementById("connectStatus").src = "static/connect_ok.svg"
|
||||
document.getElementById("connectStatus").src = "static/ico/connect_ok.svg"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user