From 36ec0fb73f795dcd32053e07de3e00f16031f5ab Mon Sep 17 00:00:00 2001 From: Ferenc Schulcz <schulcz.ferenc@gmail.com> Date: Sat, 18 Jun 2022 21:28:39 +0200 Subject: [PATCH] Fixup: resolve promise --- static/chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/chat.js b/static/chat.js index 6388e0a..d1c4d07 100644 --- a/static/chat.js +++ b/static/chat.js @@ -23,6 +23,7 @@ function tellWhatDoing() { '<img class="previewpic" src="/pictures/17.jpg">', '<img class="previewpic" src="/pictures/18.jpg">', ]; + resolve('<div class="message catmessage" style="padding: 0">' + Math.floor(Math.random() * activities.length) + '</div>'); }); } -- GitLab