mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 21:45:47 +01:00
closes #1445
This commit is contained in:
@@ -47,6 +47,11 @@ define(['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
|
||||
userObj.username + '</a>')
|
||||
.appendTo(chatsListEl);
|
||||
}
|
||||
|
||||
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