diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/client.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/client.js b/client/client.js index 85e3ecb..ff2decc 100644 --- a/client/client.js +++ b/client/client.js @@ -50,11 +50,6 @@ var myChannel = window.location.search.replace(/^\?/, ''); var lastSent = [""]; var lastSentPos = 0; -// Ping server every 50 seconds to retain WebSocket connection -window.setInterval(function () { - send({ cmd: 'ping' }); -}, 50000); - function join(channel) { if (document.domain == 'hack.chat') { // For https://hack.chat/ |