mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Added countries flags for each configured peer RIVM-21
This commit is contained in:
parent
3e660e36af
commit
0c6f0cbf8c
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ function main() {
|
|||
window.addEventListener("load", () => {
|
||||
$("showAllPeersBtn").addEventListener("click", ui.showAllPeers);
|
||||
ui.getAllPeers().then(() => ui.updateConnectedPeers());
|
||||
//setInterval(ui.updateConnectedPeers, 5000);
|
||||
setInterval(ui.updateConnectedPeers, 5000);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue