fix scrolling to posts quoting you
This commit is contained in:
parent
34abd80267
commit
c903b3e80c
@ -59,6 +59,6 @@ QuoteYou =
|
||||
else
|
||||
QuoteYou.lastRead = post
|
||||
window.location = "##{post.id}"
|
||||
Header.scrollToPost post
|
||||
Header.scrollTo post
|
||||
$.addClass $('.post', post), 'highlight'
|
||||
return true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user