diff --git a/static/js/chat_sockets.js b/static/js/chat_sockets.js index f3d5cba..b711dbd 100644 --- a/static/js/chat_sockets.js +++ b/static/js/chat_sockets.js @@ -32,11 +32,11 @@ chatSocket.onmessage = function (e) { // chatSocket.onopen = function () { // console.log("open") // } -function open_socket () { - chatSocket.onopen = function(){ - console.log("open") - } +// function open_socket () { +chatSocket.onopen = function(){ + console.log("open") } +// } chatSocket.onclose = function () {