Skip to content
Snippets Groups Projects
Commit 36ec0fb7 authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Fixup: resolve promise

parent cd7875cd
Branches
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ function tellWhatDoing() { ...@@ -23,6 +23,7 @@ function tellWhatDoing() {
'<img class="previewpic" src="/pictures/17.jpg">', '<img class="previewpic" src="/pictures/17.jpg">',
'<img class="previewpic" src="/pictures/18.jpg">', '<img class="previewpic" src="/pictures/18.jpg">',
]; ];
resolve('<div class="message catmessage" style="padding: 0">' + Math.floor(Math.random() * activities.length) + '</div>');
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment