This commit is contained in:
Aevann1 2022-03-24 22:09:50 +02:00
parent c98770ea0f
commit 6aedecb427

View file

@ -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 + ' '