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