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:
parent
c70b4e3959
commit
b7618c303e
@ -155,6 +155,7 @@ function highlightReply(id) {
|
||||
var post = document.getElementById('reply_'+id);
|
||||
if (post)
|
||||
post.className += ' highlighted';
|
||||
window.location.hash = id;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user