Update mail.html.ep

This commit is contained in:
Ilker Kulgu 2017-07-12 14:06:55 +02:00 committed by Luc Didry
parent 99f8e1ad03
commit 33adb4c607
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [