modifié: test.html

This commit is contained in:
sidya82 2014-02-28 06:27:28 +01:00
parent 1b8c682682
commit d562f49c72
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
console.log("connection closed");
};
function refresh() {
console.log("send data");
ws.send("next");
}
$(document).ready(refresh())