This commit is contained in:
Aevann1 2022-03-24 22:01:24 +02:00
parent 0b049456db
commit dc0188b903
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ function send() {
}
function quote(t) {
textbox.style.height = '50px'
textbox.style.height = '80px'
text = t.previousElementSibling.innerHTML.replace(/>/g, ">").replace(/\n/g, "\n>")
textbox.value = '> ' + text + '\n\n@' + t.parentElement.previousElementSibling.innerHTML + ' '
textbox.focus()