diff --git a/code/chat.js b/code/chat.js index d51e551f..4c8a92d9 100644 --- a/code/chat.js +++ b/code/chat.js @@ -458,15 +458,14 @@ window.chat.renderMsg = function(msg, nick, time, team, msgToPlayer, systemNarro var color = COLORS[team]; if (nick === window.PLAYER.nickname) color = '#fd6'; //highlight things said/done by the player in a unique colour (similar to @player mentions from others in the chat text itself) var s = 'style="cursor:pointer; color:'+color+'"'; - var title = nick.length >= 8 ? 'title="'+nick+'" class="help"' : ''; var i = ['<', '>']; return '