Attempt to fix scroll to anchor issue

This commit is contained in:
8chan 2014-04-19 20:02:39 +00:00 committed by czaks
parent dbaeb395ac
commit e81d016ffa

View File

@ -154,6 +154,7 @@ function highlightReply(id) {
var post = document.getElementById('reply_'+id);
if (post)
post.className += ' highlighted';
window.location.hash = id;
}
return true;
}