Spaces:
Runtime error
Runtime error
Commit
·
f831ea6
1
Parent(s):
bde4ec6
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
console.log("WebSocket connection established");
|
| 27 |
isConnected = true;
|
| 28 |
reconnectAttempts = 0;
|
| 29 |
-
startHeartbeat();
|
| 30 |
};
|
| 31 |
|
| 32 |
socket.onclose = function(event) {
|
|
|
|
| 26 |
console.log("WebSocket connection established");
|
| 27 |
isConnected = true;
|
| 28 |
reconnectAttempts = 0;
|
| 29 |
+
//startHeartbeat();
|
| 30 |
};
|
| 31 |
|
| 32 |
socket.onclose = function(event) {
|