added the success alert

This commit is contained in:
Baris Soner Usakli
2013-12-23 13:31:13 -05:00
parent 3bd8cf69a1
commit 3dc9e2f4fa

View File

@@ -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!');
});
});