From 8d11b5e2c030d75afb1d144423ec37c7945f9b5d Mon Sep 17 00:00:00 2001 From: Killy Date: Thu, 26 Oct 2017 23:29:06 +0300 Subject: www: incoming reply fix --- juick-www/src/main/static/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js index 55a31aaf..e08d8351 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -209,7 +209,7 @@ function wsIncomingReply(msg) {
${killy.format(msg.body, msg.mid, false)}
${photoDiv} -
+
`; let li = document.createElement('li'); -- cgit v1.2.3