From e2014a9c409333f9d181c69db7b9868f95354846 Mon Sep 17 00:00:00 2001 From: anhkha2003 Date: Fri, 22 Dec 2023 23:26:18 -0600 Subject: [PATCH] Remove empty lines --- templates/chat/chat_js.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/chat/chat_js.html b/templates/chat/chat_js.html index 1c89800..81fe1f9 100644 --- a/templates/chat/chat_js.html +++ b/templates/chat/chat_js.html @@ -239,8 +239,6 @@ $('#empty_msg').hide(); $('#chat-input').focus(); }) - - } {% endif %} }