mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
fixed #2744
This commit is contained in:
@@ -214,7 +214,7 @@ define('admin/manage/users', ['admin/modules/selectable'], function(selectable)
|
||||
}
|
||||
$('#create-modal').modal('hide');
|
||||
$('#create-modal').on('hidden.bs.modal', function() {
|
||||
ajaxify.go('admin/users');
|
||||
ajaxify.refresh();
|
||||
});
|
||||
app.alertSuccess('User created!');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user