fix scrolling to posts quoting you

This commit is contained in:
ccd0 2014-09-16 21:28:34 -07:00
parent 34abd80267
commit c903b3e80c

View File

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