1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

Attempt to fix scroll to anchor issue

This commit is contained in:
8chan 2014-04-19 20:02:39 +00:00
parent c70b4e3959
commit b7618c303e

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;
}