Skip to content

Commit

Permalink
Need to call removeAttachCallback after deleting an attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jul 14, 2014
1 parent 74a1774 commit ec45c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imp/js/ckeditor/imagepoll.js
Expand Up @@ -62,6 +62,8 @@ var IMP_Ckeditor_Imagepoll = {};
DimpCompose.actionParams({
atc_indices: Object.toJSON(ids),
quiet: 1
}, {
callback: DimpCompose.removeAttachCallback.bind(DimpCompose)
})
);
}
Expand Down

0 comments on commit ec45c0d

Please sign in to comment.