Fixed a typo in QuoteCT which erroneously reported quotelinks inside cross-board clones as cross-thread quotelinks.
This commit is contained in:
parent
1c33b235d0
commit
2f13855508
@ -20,6 +20,6 @@ QuoteCT =
|
||||
continue unless threadID # deadlink
|
||||
if @isClone
|
||||
quotelink.textContent = quotelink.textContent.replace QuoteCT.text, ''
|
||||
if boardID is @board.ID and threadID isnt thread.ID
|
||||
if boardID is board.ID and threadID isnt thread.ID
|
||||
$.add quotelink, $.tn QuoteCT.text
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user