diff --git a/files/templates/chat.html b/files/templates/chat.html index efab3d240..7b2ba2ad8 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -188,9 +188,9 @@ } function quote(text) { - textbox.style.height = '80px' textbox.value = '> ' + text + '\n\n' textbox.focus() + autoExpand(textbox); } textbox.addEventListener("keyup", function(e) {