Skip to content

Commit

Permalink
Fix passing the response object.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 26, 2014
1 parent aba90e7 commit b1e45d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imp/js/dimpbase.js
Expand Up @@ -4146,9 +4146,9 @@ var DimpBase = {
HordeCore.notify(HordeCore.text.ajax_error, 'horde.error');
},

onAjaxFailure: function()
onAjaxFailure: function(r)
{
switch (e.memo[0].request.action) {
switch (r.request.action) {
case 'createMailboxPrepare':
case 'deleteMailboxPrepare':
case 'emptyMailboxPrepare':
Expand Down

0 comments on commit b1e45d6

Please sign in to comment.