From f00589c8bae0fa46ac117f1998840213781df4b1 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 25 Feb 2015 16:07:03 -0500 Subject: [PATCH] removing 'see all chats' from chats list, as it is in menu.tpl now --- public/src/modules/chat.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/src/modules/chat.js b/public/src/modules/chat.js index 06e8c75c7d..abc1bb58be 100644 --- a/public/src/modules/chat.js +++ b/public/src/modules/chat.js @@ -59,11 +59,6 @@ define('chat', ['taskbar', 'string', 'sounds', 'forum/chats'], function(taskbar, }); })(userObj); } - - var seeAll = ''; - translator.translate(seeAll, function(translated) { - $(translated).appendTo(chatsListEl); - }); }); });