4,090
edits
No edit summary |
No edit summary |
||
Line 1,205: | Line 1,205: | ||
'?subject=' + encodeURIComponent(subject) + | '?subject=' + encodeURIComponent(subject) + | ||
'&body=' + encodeURIComponent(body).replace(/%20/g, ' '); | '&body=' + encodeURIComponent(body).replace(/%20/g, ' '); | ||
window.location.href = mailtoLink; | window.location.href = mailtoLink; |