Compare commits
2 Commits
c6cc191e17
...
f5c709eb7b
| Author | SHA1 | Date | |
|---|---|---|---|
| f5c709eb7b | |||
| 0a8d836d56 |
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user