diff --git a/inc/compilePostComments.js b/inc/compilePostComments.js index 8cae6c5..98d3584 100644 --- a/inc/compilePostComments.js +++ b/inc/compilePostComments.js @@ -7,7 +7,7 @@ module.exports = function() { let classes = classlist.join(' ') if (comment.author === '[deleted]') { var reveddit_url = "https://www.reveddit.com" + post_url.substr(post_url.indexOf('/r/')) + comments.id - return `[deleted]` + return `[deleted]` } else {