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