simplified some UI code

This commit is contained in:
ari melody 2024-06-29 17:27:46 +01:00
parent 45d57d5b96
commit 509a817065
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 94 additions and 106 deletions

View file

@ -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">