Further JS fixes

This commit is contained in:
Joseph Schorr 2014-05-09 17:23:35 -04:00
parent 278c28f350
commit e2992d08bb
2 changed files with 6 additions and 1 deletions

View file

@ -84,7 +84,7 @@ function createOrganizationTeam(ApiService, orgname, teamname, callback) {
'teamname': teamname
};
ApiService.updateOrganizationTeam(data, params).then(callback, function() {
ApiService.updateOrganizationTeam(data, params).then(callback, function(resp) {
bootbox.dialog({
"message": resp.data ? resp.data : 'The team could not be created',
"title": "Cannot create team",