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:
parent
6d7dc7d2d5
commit
071ffaa69c
@ -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