modifié: test.html
This commit is contained in:
parent
1b8c682682
commit
d562f49c72
@ -18,6 +18,7 @@
|
||||
console.log("connection closed");
|
||||
};
|
||||
function refresh() {
|
||||
console.log("send data");
|
||||
ws.send("next");
|
||||
}
|
||||
$(document).ready(refresh())
|
||||
|
Reference in New Issue
Block a user