Mercurial Hosting > chat
changeset 84:83fb90276334
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 11 Mar 2025 14:11:12 -0600 |
parents | a47036fd0158 |
children | 2158a5950fcd |
files | src/chat.js |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r a47036fd0158 -r 83fb90276334 src/chat.js --- a/src/chat.js Tue Mar 11 13:56:59 2025 -0600 +++ b/src/chat.js Tue Mar 11 14:11:12 2025 -0600 @@ -66,6 +66,7 @@ url += `&reply=${reply}`; ajax(url,`content=${encodeURIComponent(text)}`); textarea.value = ''; + textarea.style.height = 'initial'; closeReply(); }