From d5c9ba6e21bbbff3a3623fce0615f0aeb34a4cb5 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 11 May 2024 18:19:41 +0200 Subject: [PATCH] Can't send empty message --- views/chat.html | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/views/chat.html b/views/chat.html index df975db..a99b1f3 100644 --- a/views/chat.html +++ b/views/chat.html @@ -1,21 +1,19 @@
- -
+ placeholder="Type your message here..." name="message" oninput="toggleSendButton(this)">
-
- \ No newline at end of file + \ No newline at end of file