implemented some not tested kick

This commit is contained in:
2019-06-14 10:03:51 +01:00
parent 284bf25695
commit a4c097dd0d
26 changed files with 756 additions and 185 deletions

View File

@ -245,7 +245,7 @@ window.ChatHubHandler = (function ($) {
var addChatUser = function (uname) {
$('#u' + uname).remove();
$('#u_' + uname).remove();
// ulist.remove("li.user[data='"+uname+"']");
$('<li class="user"><img src="/Avatars/' + uname + '.xs.png"> ' + uname + '</li>')