This commit is contained in:
Paul Schneider 2019-05-13 14:44:28 +01:00
commit 093129b28c
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);