From 49874f8871b2646bdd9cec7a45ab768b46d4f75d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Mar 2022 16:35:53 +0200 Subject: [PATCH] fds --- files/templates/chat.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 7b2ba2ad8..505a006f6 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -49,7 +49,7 @@
{% set text=m['text'] %} {{m['text_html'] | safe}} - +
@@ -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) {