This commit is contained in:
barisusakli
2014-06-13 13:57:38 -04:00
parent 8402c3edc3
commit ce1934e566
6 changed files with 11 additions and 6 deletions

View File

@@ -216,7 +216,8 @@ define('chat', ['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
taskbar.push('chat', chatModal.attr('UUID'), {
title:'<i class="fa fa-comment"></i> ' + username,
title: username,
icon: 'fa-comment',
state: ''
});