diff --git a/src/Quotelinks/QuoteCT.coffee b/src/Quotelinks/QuoteCT.coffee index effbd9da5..8dbce5916 100644 --- a/src/Quotelinks/QuoteCT.coffee +++ b/src/Quotelinks/QuoteCT.coffee @@ -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