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 %}
}