From cfc6299fb3eb8eea9fcb9a77ded8dd3821523d7a Mon Sep 17 00:00:00 2001 From: StevenNMeza Date: Sun, 10 Jan 2021 10:59:04 +0100 Subject: [PATCH] Show the edit date --- inc/compilePostComments.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/compilePostComments.js b/inc/compilePostComments.js index 600a70b..3d25eba 100644 --- a/inc/compilePostComments.js +++ b/inc/compilePostComments.js @@ -35,7 +35,7 @@ module.exports = function() { ups = `${kFormatter(comments.ups)} points` } if(comments.edited) { - edited_span = `*` + edited_span = `*` } if(comments.controversiality > 0) { controversial_span = `` @@ -75,7 +75,7 @@ module.exports = function() { } else { if(!morechildren_ids) { let load_comms_href = parent_id - + comments_html = `
load more comments (${comments.count}) @@ -131,7 +131,7 @@ module.exports = function() { ups = `${kFormatter(comment.ups)} points` } if(comment.edited) { - edited_span = `*` + edited_span = `*` } if(comment.controversiality > 0) { controversial_span = `` @@ -180,7 +180,7 @@ module.exports = function() {
` } else { - let link = comment.parent_id.split('_')[1] + let link = comment.parent_id.split('_')[1] comments_html = `
continue this thread