mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 05:01:03 +00:00
Update index.js
This commit is contained in:
parent
782f49c8b2
commit
22e3fb277e
|
@ -80,6 +80,7 @@ var showServers = function() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
document.getElementById("btn_pingtest").onclick = pingTest;
|
document.getElementById("btn_pingtest").onclick = pingTest;
|
||||||
|
setInterval(pingTest, 5000);
|
||||||
pingTest();
|
pingTest();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user