mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
fixes error in admin users page
This commit is contained in:
@@ -232,7 +232,8 @@ define(function() {
|
||||
users: users
|
||||
});
|
||||
$('#users-container').append(html);
|
||||
updateUserButtons();
|
||||
updateUserBanButtons();
|
||||
updateUserAdminButtons();
|
||||
}
|
||||
|
||||
function loadMoreUsers() {
|
||||
|
||||
Reference in New Issue
Block a user