Fix #1262.
This commit is contained in:
parent
667abe7480
commit
cec8bf186e
@ -118,7 +118,8 @@ Get =
|
|||||||
Build.spoilerRange[boardID] = posts[0].custom_spoiler
|
Build.spoilerRange[boardID] = posts[0].custom_spoiler
|
||||||
for post in posts
|
for post in posts
|
||||||
break if post.no is postID # we found it!
|
break if post.no is postID # we found it!
|
||||||
if post.no > postID
|
|
||||||
|
if post.no isnt postID
|
||||||
# The post can be deleted by the time we check a quote.
|
# The post can be deleted by the time we check a quote.
|
||||||
if url = Redirect.to 'post', {boardID, postID}
|
if url = Redirect.to 'post', {boardID, postID}
|
||||||
$.cache url,
|
$.cache url,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user