Skip to content

Commit

Permalink
Adding type to ensure 'Compose mail' goes directly to the mail client
Browse files Browse the repository at this point in the history
  • Loading branch information
robnyman committed Mar 15, 2013
1 parent 2314043 commit 3b0b15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/webapp.js
Expand Up @@ -179,6 +179,7 @@
var createEmail = new MozActivity({
name: "new", // Possibly compose-mail in future versions
data: {
type : "mail",
url: "mailto:example@example.org"
}
});
Expand Down

0 comments on commit 3b0b15a

Please sign in to comment.