mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +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');
|
return errorEl.html('<strong>Error</strong><p>' + err + '</p>').removeClass('hide');
|
||||||
}
|
}
|
||||||
$('#create-modal').modal('hide');
|
$('#create-modal').modal('hide');
|
||||||
app.alert();
|
app.alertSuccess('User created!');
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user