Attempt to fix scroll to anchor issue

This commit is contained in:
8chan
2014-09-25 06:56:24 +02:00
committed by czaks
parent dbaeb395ac
commit e81d016ffa
+1
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;
}