VRFS-756 removed extranous args from ajaxError
This commit is contained in:
parent
6e996c468c
commit
0b7e860bd1
|
|
@ -106,7 +106,7 @@
|
|||
} else {
|
||||
rest.createEmailInvitations(emails, $('#txt-message').val())
|
||||
.error(function() {
|
||||
app.ajaxError(arguments);
|
||||
app.ajaxError();
|
||||
app.layout.closeDialog('inviteUsers');
|
||||
}).success(function() {
|
||||
app.notifyAlert('Invites sent', 'You sent '+emails.length.toString()+' email invites');
|
||||
|
|
|
|||
Loading…
Reference in New Issue