diff --git a/src/Quotelinks/QuoteInline.coffee b/src/Quotelinks/QuoteInline.coffee index df4f1ba4f..5f338a864 100644 --- a/src/Quotelinks/QuoteInline.coffee +++ b/src/Quotelinks/QuoteInline.coffee @@ -39,7 +39,7 @@ QuoteInline = if $.hasClass @, 'inlined' QuoteInline.rm @, boardID, threadID, postID, context else - return if $.x "ancestor::div[@id='pc#{postID}']", @ + return if $.x "ancestor::div[@data-full-i-d='#{boardID}.#{postID}']", @ QuoteInline.add @, boardID, threadID, postID, context, quoter @classList.toggle 'inlined'