mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 02:07:50 +02:00
removing 'see all chats' from chats list, as it is in menu.tpl now
This commit is contained in:
@@ -59,11 +59,6 @@ define('chat', ['taskbar', 'string', 'sounds', 'forum/chats'], function(taskbar,
|
||||
});
|
||||
})(userObj);
|
||||
}
|
||||
|
||||
var seeAll = '<li class="pagelink"><a href="' + config.relative_path + '/chats">[[modules:chat.see_all]]</a></li>';
|
||||
translator.translate(seeAll, function(translated) {
|
||||
$(translated).appendTo(chatsListEl);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user