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