From ecb4d5ea040792c06ac3e0569c4bcfad2b927d2c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 23 Oct 2017 00:39:35 -0700 Subject: [PATCH] Update backlink container finding in clones for bottom backlinks. --- src/Quotelinks/QuoteBacklink.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Quotelinks/QuoteBacklink.coffee b/src/Quotelinks/QuoteBacklink.coffee index ab141ad60..50eb97dd2 100644 --- a/src/Quotelinks/QuoteBacklink.coffee +++ b/src/Quotelinks/QuoteBacklink.coffee @@ -54,7 +54,7 @@ QuoteBacklink = return secondNode: -> if @isClone and (@origin.isReply or Conf['OP Backlinks']) - @nodes.backlinkContainer = $ '.container', @nodes.info + @nodes.backlinkContainer = $ '.container', @nodes.post return # Don't backlink the OP. return unless @isReply or Conf['OP Backlinks']