X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=teledactyl%2Fcontent%2Faddressbook.js;fp=teledactyl%2Fcontent%2Faddressbook.js;h=aa90d0acc0c67624d42c49452a522c8a0ac54407;hb=205a9e35484fed6fc69161897a59f51110ba708d;hp=6171b4132778f65622090425145b7e070f276c79;hpb=ea765b42ac553c79ee79137be7b70fec68edb560;p=dactyl.git diff --git a/teledactyl/content/addressbook.js b/teledactyl/content/addressbook.js index 6171b41..aa90d0a 100644 --- a/teledactyl/content/addressbook.js +++ b/teledactyl/content/addressbook.js @@ -73,7 +73,7 @@ var Addressbook = Module("addressbook", { // Now we have to create a new message let args = {}; args.to = addresses.map( - function (address) "\"" + address[0].replace(/"/g, "") + " <" + address[1] + ">\"" + address => "\"" + address[0].replace(/"/g, "") + " <" + address[1] + ">\"" ).join(", "); mail.composeNewMail(args);