Update backlink container finding in clones for bottom backlinks.
This commit is contained in:
parent
06e4d3a17f
commit
ecb4d5ea04
@ -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']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user