From 7a4a307ba15bc3c8faa1fc5546a2f8eaab81560d Mon Sep 17 00:00:00 2001 From: KillyMXI Date: Fri, 23 Jun 2017 13:26:03 +0300 Subject: juick-www: fixed "wrong image linked in incoming post" --- juick-www/src/main/static/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/static/scripts.js') diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js index 7c8b02b0..78be5344 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -108,7 +108,7 @@ function wsIncomingReply(msg) { msgNum += ` в ответ на /${msg.replyto}`; } let photoDiv = (msg.photo === undefined) ? '' : ` -
+
`; let msgContHtml = ` -- cgit v1.2.3