From 74edeb1c7c6f542895d964c4c3eb55381ccacbaf Mon Sep 17 00:00:00 2001 From: Jesper Wrang Date: Sat, 4 Nov 2017 21:05:33 +0100 Subject: [PATCH] Small fix to to get from removeddit to reddit --- static/js/thread.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/js/thread.js b/static/js/thread.js index f4b0de0..2a10e43 100644 --- a/static/js/thread.js +++ b/static/js/thread.js @@ -308,7 +308,10 @@ var ThreadHTML = (function(){ /r/'+thread.subreddit+' \ ' + (thread.selftext !== '' ? '
'+Format.parse(thread.selftext)+'
':'') + - '
'+thread.num_comments+' comments
' + + '
\ + '+thread.num_comments+' comments \ + reddit \ +
' + (thread.media !== null ? HTML.parse(thread.media_embed.content) : '') + (_.includes(imageHosts, thread.domain) && _.has(thread, "preview") ? '' : '') + ' \