From 19a281ebe49946978548ca5494ba0f2a6c856af2 Mon Sep 17 00:00:00 2001 From: teddit Date: Fri, 15 Jan 2021 18:02:50 +0100 Subject: [PATCH] scroll to infobar when viewing comment permalink #78 --- inc/compilePostComments.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/compilePostComments.js b/inc/compilePostComments.js index 3d25eba..1f0da40 100644 --- a/inc/compilePostComments.js +++ b/inc/compilePostComments.js @@ -54,7 +54,7 @@ module.exports = function() {

${comments.user_flair}

${ups}${controversial_span}

- ${timeDifference(comments.created)}${edited_span} + ${timeDifference(comments.created)}${edited_span}

${comments.stickied ? 'stickied comment' : ''}

@@ -150,7 +150,7 @@ module.exports = function() {

${comment.user_flair}

${ups}${controversial_span}

- ${timeDifference(comment.created)}${edited_span} + ${timeDifference(comment.created)}${edited_span}

${comment.stickied ? 'stickied comment' : ''}