lucky i am
This commit is contained in:
parent
e432a14679
commit
a76f2f3966
2 changed files with 3 additions and 2 deletions
|
@ -79,7 +79,8 @@ function send() {
|
|||
|
||||
function quote(t) {
|
||||
textbox.style.height = '80px'
|
||||
textbox.value = '> ' + t.previousElementSibling.innerHTML + '\n\n'
|
||||
text = t.previousElementSibling.innerHTML.replace(/>/g, ">").replace(/\n/g, "\n>")
|
||||
textbox.value = '> ' + text + '\n\n'
|
||||
textbox.focus()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue