modifié: video.html

This commit is contained in:
sidya82 2014-02-28 07:47:51 +01:00
parent 77b96cd72b
commit 9eaa349025
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
console.log("connection closed");
};
window.onunload=function(){
window.onbeforeunload=function(){
ws.close();
};
</script>