modifié: superTornado.py

modifié:         test.html
This commit is contained in:
sidya82
2014-02-28 06:32:44 +01:00
parent b5c1a76298
commit d0370419e8
2 changed files with 3 additions and 8 deletions

View File

@ -17,12 +17,6 @@
ws.onclose = function () {
console.log("connection closed");
};
/* function refresh() {*/
console.log("send data");
ws.send("next");
//}
/*$(document).ready(refresh())
setInterval(refresh(), 2000);*/
</script>
</head>
<body>