Attempt to fix scroll to anchor issue
This commit is contained in:
parent
dbaeb395ac
commit
e81d016ffa
@ -154,6 +154,7 @@ function highlightReply(id) {
|
||||
var post = document.getElementById('reply_'+id);
|
||||
if (post)
|
||||
post.className += ' highlighted';
|
||||
window.location.hash = id;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user