Fix inability to inline cross-board quote to post with same number.
This commit is contained in:
parent
3750c5bdf5
commit
b159be92f0
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user