diff --git a/4chan_x.user.js b/4chan_x.user.js index 9e588dcb8..2a5812600 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1759,7 +1759,8 @@ if ($.config('Quote Inline')) { $.bind(link, 'click', quoteInline.toggle); } - _results.push($.append($('.container', el), link)); + $.append(container = $('.container', el), $.tn(' ')); + _results.push($.append(container, link)); } return _results; } diff --git a/script.coffee b/script.coffee index 78ea20ef9..ab735eb43 100644 --- a/script.coffee +++ b/script.coffee @@ -1412,7 +1412,8 @@ quoteBacklink = $.bind link, 'mouseout', quotePreview.mouseout if $.config 'Quote Inline' $.bind link, 'click', quoteInline.toggle - $.append $('.container', el), link + $.append container = $('.container', el), $.tn(' ') + $.append container, link quoteInline = init: ->