This commit is contained in:
Aevann1 2022-03-24 04:02:56 +02:00
parent 604a1505b9
commit d7eb33d4a1

View file

@ -78,7 +78,6 @@ function send() {
}
function quote(text) {
console.log(text)
textbox.style.height = '80px'
textbox.value = '> ' + text + '\n\n'
textbox.focus()