From 793bcee4910ba8bd402445fc44fe0597f203e7d9 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 25 Aug 2022 09:01:43 -0500 Subject: [PATCH] Another chat potential bug --- templates/chat/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chat/chat.html b/templates/chat/chat.html index bf137d8..c652002 100644 --- a/templates/chat/chat.html +++ b/templates/chat/chat.html @@ -264,7 +264,7 @@ let META_HEADER = [ html = html.replaceAll('$body', body).replaceAll('$id', tmp_id); var $html = $(html); $html.find('.time-with-rel').attr('data-iso', (new Date()).toISOString()); - add_message($html[0].outerHTML, false); + add_message($html[0].outerHTML); } function submit_chat() {