Skip to content

Commit

Permalink
Fix message popup sendMDN
Browse files Browse the repository at this point in the history
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
  • Loading branch information
joaomachado authored and slusarz committed Oct 20, 2014
1 parent 199db9c commit 839dafb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions imp/js/message-dimp.js
Expand Up @@ -175,12 +175,13 @@ var DimpMessage = {
break;

case 'send_mdn_link':
DimpCore.doAction('sendMDN', {}, {
DimpCore.doAction('sendMDN', {
view: this.mbox
}, {
callback: function(r) {
$('sendMdnMessage').up(1).fade({ duration: 0.2 });
},
uids: [ this.buid ],
view: this.mbox
uids: [ this.buid ]
});
e.memo.stop();
break;
Expand Down

0 comments on commit 839dafb

Please sign in to comment.