fds
This commit is contained in:
parent
c98770ea0f
commit
6aedecb427
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ function send() {
|
|||
}
|
||||
|
||||
function quote(t) {
|
||||
textbox.style.height = '80px'
|
||||
textbox.style.maxHeight = '80px'
|
||||
text = t.previousElementSibling.innerHTML.replace(/>/g, ">").replace(/\n/g, "\n>")
|
||||
textbox.value = '> ' + text + '\n\n@' + t.parentElement.previousElementSibling.innerHTML + ' '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue