Skip to content

Commit

Permalink
Fix listening to HTML-JSON response when attaching a file
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 6, 2014
1 parent 0775b6d commit d18d782
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions imp/js/compose-dimp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1241,9 +1241,6 @@ var DimpCompose = {
}.bind(this));

HordeCore.initHandler('click');
HordeCore.handleSubmit($('compose'), {
callback: this.uniqueSubmitCallback.bind(this)
});

this.attachlist = new IMP_Compose_Attachlist(this);

Expand Down

0 comments on commit d18d782

Please sign in to comment.