From d562f49c72a3f85d60695cee40ee5627d1fcf929 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 28 Feb 2014 06:27:28 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20test?= =?UTF-8?q?.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.html | 1 + 1 file changed, 1 insertion(+) diff --git a/test.html b/test.html index b9da0ab..cc11a5d 100644 --- a/test.html +++ b/test.html @@ -18,6 +18,7 @@ console.log("connection closed"); }; function refresh() { + console.log("send data"); ws.send("next"); } $(document).ready(refresh())