1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 11:02:40 +01:00

Attempt to fix scroll to anchor issue

This commit is contained in:
8chan 2014-04-19 20:02:39 +00:00
parent 6d7dc7d2d5
commit 071ffaa69c

View File

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