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") ? '' : '') + ' \