modifié: superTornado.py

modifié:         v/video.html
This commit is contained in:
sidya82
2014-03-03 18:49:35 +01:00
parent 011874cd5f
commit ff1c071486
2 changed files with 4 additions and 3 deletions

View File

@ -21,6 +21,7 @@
}
ws.onopen = function () {
console.log("websocket engage");
document.cookie = encodeURIComponent("user") + "=deleted; expires=" + new Date(0).toUTCString();
};
ws.onclose = function () {
console.log("connection closed");