VRFS-756 removed extranous args from ajaxError

This commit is contained in:
Jonathan Kolyer 2014-03-03 00:50:32 +00:00
parent 6e996c468c
commit 0b7e860bd1
1 changed files with 1 additions and 1 deletions

View File

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