From 289b7ad9d7b15b5deb6650155cf7d6fac98f7bf9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 24 Mar 2022 22:07:46 +0200 Subject: [PATCH] gf --- files/assets/js/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 0e4921307..64ea6fa20 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -96,7 +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 + ' ' textbox.focus()