From 34ff1972ca98b507ff683adfa40fa5345ded9acf Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 10 Sep 2012 18:33:00 +0200 Subject: [PATCH] Comment fallback. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index ebc698a77..d0fb8fd4b 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3825,7 +3825,7 @@ container = $.el('div', { id: "pc" + postID, className: "postContainer " + (isOP ? 'op' : 'reply') + "Container", - innerHTML: (isOP ? '' : "
>>
") + ("
") + ("' + (isOP ? fileHTML : '') + ("' + (isOP ? '' : fileHTML) + ("
" + comment + "
") + '
' + innerHTML: (isOP ? '' : "
>>
") + ("
") + ("' + (isOP ? fileHTML : '') + ("' + (isOP ? '' : fileHTML) + ("
" + (comment || '') + "
") + '
' }); _ref = $$('.quotelink', container); for (_i = 0, _len = _ref.length; _i < _len; _i++) { diff --git a/script.coffee b/script.coffee index 4e88ac2b6..71e0c49ce 100644 --- a/script.coffee +++ b/script.coffee @@ -3144,7 +3144,7 @@ Build = (if isOP then '' else fileHTML) + - "
#{comment}
" + + "
#{comment or ''}
" + ''