Update mail.html.ep
This commit is contained in:
parent
99f8e1ad03
commit
33adb4c607
|
@ -67,7 +67,7 @@
|
||||||
var subject = document.getElementById('subject');
|
var subject = document.getElementById('subject');
|
||||||
var text = document.getElementById('body');
|
var text = document.getElementById('body');
|
||||||
|
|
||||||
btn.href = 'mailto:'+encodeURIComponent(emails.value)+'?subject='+encodeURIComponent(subject.value)+'&body='+encodeURIComponent(body.value);
|
btn.href = 'mailto:'+encodeURIComponent(emails.value)+'?subject='+encodeURIComponent(subject.value)+'&body='+encodeURIComponent(text.value);
|
||||||
}
|
}
|
||||||
function populateBody() {
|
function populateBody() {
|
||||||
var links = [
|
var links = [
|
||||||
|
|
Loading…
Reference in New Issue