This commit is contained in:
2019-05-13 14:44:28 +01:00
parent 3093bec59b
commit bfbcb1d8f0
2 changed files with 109 additions and 97 deletions

View File

@ -68,7 +68,7 @@
}
}
chat.client.onJoined = function (rinfo)
chat.client.joint = function (rinfo)
{
console.log(rinfo);
setActiveRoom(rinfo.Name);
@ -304,4 +304,4 @@
ChatView($('#chatview'),true);
});
})(jQuery);
})(jQuery);