fixed header template value too

This commit is contained in:
Baris Soner Usakli
2013-12-23 21:03:45 -05:00
parent cab6ab8e17
commit 83cc8f3ba8
2 changed files with 2 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ define(function() {
}
$('#create-modal').modal('hide');
app.alertSuccess('User created!');
ajaxify.go('admin/users');
});
});