much whitespace so wow

This commit is contained in:
barisusakli
2016-01-18 15:40:10 +02:00
parent 6802a76332
commit 92b339ff1d

View File

@@ -95,8 +95,6 @@ define('chat', ['components', 'taskbar', 'string', 'sounds', 'forum/chats', 'tra
};
module.loadChatsDropdown = function(chatsListEl) {
socket.emit('modules.chats.getRecentChats', {after: 0}, function(err, data) {
if (err) {
return app.alertError(err.message);