From d5e1bc1b4d251d252082a8fc3a9b92a59283a028 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 12 Dec 2011 02:19:37 +0800 Subject: [PATCH] Fix size/layout of player faces in chatbox --- web/js/chatbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/chatbox.js b/web/js/chatbox.js index 7db4c446..bdd8b82f 100644 --- a/web/js/chatbox.js +++ b/web/js/chatbox.js @@ -78,7 +78,7 @@ componentconstructors['chatbox'] = function(dynmap, configuration) { playerAccount) { getMinecraftHead(playerAccount, 16, function(head) { messageRow.icon = $(head) - .addClass('playerIcon') + .addClass('playerMessageIcon') .appendTo(playerIconContainer); }); }