Update index.js

This commit is contained in:
Namhyeon Go 2020-11-05 15:43:59 +09:00
parent 782f49c8b2
commit 22e3fb277e

View File

@ -80,6 +80,7 @@ var showServers = function() {
}
};
document.getElementById("btn_pingtest").onclick = pingTest;
setInterval(pingTest, 5000);
pingTest();
};