Update backlink container finding in clones for bottom backlinks.

This commit is contained in:
ccd0 2017-10-23 00:39:35 -07:00
parent 06e4d3a17f
commit ecb4d5ea04

View File

@ -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']