better design @chat
This commit is contained in:
parent
3f0d32420c
commit
a93573dce8
4 changed files with 17 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue