From b159be92f0a2bf2fc1935caf2665b7711ac682a4 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 13 Dec 2015 09:57:55 -0800 Subject: [PATCH] Fix inability to inline cross-board quote to post with same number. --- src/Quotelinks/QuoteInline.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'