Skip to content

Commit

Permalink
More compact URL for new compose requests
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 19, 2015
1 parent e1b2d5c commit ef06742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/core.js
Expand Up @@ -500,7 +500,7 @@ var ImpCore = {

case 'ctx_contacts_new':
this.compose('new', {
to_json: Object.toJSON(baseelt.retrieve('email'))
to: baseelt.retrieve('email').v
});
break;
}
Expand Down

0 comments on commit ef06742

Please sign in to comment.