diff --git a/script.js b/script.js index 4ed0a8e..d6058e7 100644 --- a/script.js +++ b/script.js @@ -82,7 +82,7 @@ const displayPost = function(post) { ${post.media_attachments[0] ? `` : ''}

${post.content}

${post.spoiler_text ? `

${post.spoiler_text}

` : ''} -

${timeAgo(secondsAgo(new Date(post.created_at)))}

+

${timeAgo(secondsAgo(new Date(post.created_at)))}

`;