Fix inability to inline cross-board quote to post with same number.

This commit is contained in:
ccd0 2015-12-13 09:57:55 -08:00
parent 3750c5bdf5
commit b159be92f0

View File

@ -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'