forked from blisstown/campfire
simplified some UI code
This commit is contained in:
parent
45d57d5b96
commit
509a817065
7 changed files with 94 additions and 106 deletions
|
@ -88,6 +88,8 @@
|
|||
});
|
||||
|
||||
let aria_label = post.user.username + '; ' + post.text + '; ' + post.created_at;
|
||||
|
||||
if (post.reply && post.reply.id === undefined) console.log(post);
|
||||
</script>
|
||||
|
||||
<div class="post-container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue