mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
added the success alert
This commit is contained in:
@@ -91,7 +91,7 @@ define(function() {
|
||||
return errorEl.html('<strong>Error</strong><p>' + err + '</p>').removeClass('hide');
|
||||
}
|
||||
$('#create-modal').modal('hide');
|
||||
app.alert();
|
||||
app.alertSuccess('User created!');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user