newline in quoted mail
This commit is contained in:
parent
e8baafa3b8
commit
4e3ad27485
2 changed files with 5 additions and 3 deletions
|
@ -47,7 +47,7 @@ function openReply(bHash, quote, subject){
|
|||
for (var x = 0; x < splitQuotes.length; x++){
|
||||
splitQuotes[x] = '>' + splitQuotes[x]
|
||||
}
|
||||
quote = splitQuotes.join('\n')
|
||||
quote = '\n' + splitQuotes.join('\n')
|
||||
document.getElementById('draftText').value = quote
|
||||
setActiveTab('send message')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue