mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
added statuses into dropdown
This commit is contained in:
@@ -501,7 +501,7 @@ var socket,
|
||||
userLabel.find('img').attr('src', data.picture);
|
||||
}
|
||||
if (data.username) {
|
||||
userLabel.find('span').html(data.username);
|
||||
userLabel.find('#user-profile-link>span').html(data.username);
|
||||
}
|
||||
|
||||
$('#logout-link').on('click', app.logout);
|
||||
|
||||
Reference in New Issue
Block a user