better design @chat

This commit is contained in:
2019-06-15 17:01:51 +01:00
parent aa770ab96c
commit 66fe0e3fb9
4 changed files with 17 additions and 13 deletions

View File

@ -104,7 +104,7 @@ window.ChatHubHandler = (function ($) {
// eslint-disable-next-line no-warning-comments
// TODO userpart userjoin deniedpv
$('<li></li>').append(tag + ': ' + targetid + ': ').append(message.Value).addClass(tag).appendTo(notifications);
$('<li></li>').append(tag + ': ' + targetid + ': ').append(message).addClass(tag).appendTo(notifications);
};
var setChanInfo = function (chanInfo) {
var chanId = 'r' + chanInfo.Name;