added the success alert

v1.18.x
Baris Soner Usakli 11 years ago
parent 3bd8cf69a1
commit 3dc9e2f4fa

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

Loading…
Cancel
Save