Update backlink container finding in clones for bottom backlinks.
This commit is contained in:
parent
06e4d3a17f
commit
ecb4d5ea04
@ -54,7 +54,7 @@ QuoteBacklink =
|
|||||||
return
|
return
|
||||||
secondNode: ->
|
secondNode: ->
|
||||||
if @isClone and (@origin.isReply or Conf['OP Backlinks'])
|
if @isClone and (@origin.isReply or Conf['OP Backlinks'])
|
||||||
@nodes.backlinkContainer = $ '.container', @nodes.info
|
@nodes.backlinkContainer = $ '.container', @nodes.post
|
||||||
return
|
return
|
||||||
# Don't backlink the OP.
|
# Don't backlink the OP.
|
||||||
return unless @isReply or Conf['OP Backlinks']
|
return unless @isReply or Conf['OP Backlinks']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user