aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-05-25 09:10:55 +0200
committercbdev <cb@cbcdn.com>2019-05-25 09:10:55 +0200
commit79e063d6aa6116231fdfb374f52507236ca3770e (patch)
treeb4b0acd9faa1576b69d3fc18b0496f8132539e51 /index.html
parentde23df891940464080297cd9b17324d8ee4601d7 (diff)
downloadwebsocksy-79e063d6aa6116231fdfb374f52507236ca3770e.tar.gz
websocksy-79e063d6aa6116231fdfb374f52507236ca3770e.tar.bz2
websocksy-79e063d6aa6116231fdfb374f52507236ca3770e.zip
Basic forwarding and builtin extension functions
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3ce4343..1981b83 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
openSocket();
setInterval(function(){
webSocket.send(payload);
- payload += payload;
+ //payload += payload;
}, 1000);
}
</script>