Fix scroll to issues with post-hover.js, clean up highlightReply
Conflicts: templates/post_reply.html templates/post_thread.html
This commit is contained in:
@@ -66,6 +66,7 @@ onready(function(){
|
||||
var $newPost = $post.clone();
|
||||
$newPost.find('>.reply, >br').remove();
|
||||
$newPost.find('span.mentioned').remove();
|
||||
$newPost.find('a.post_anchor').remove();
|
||||
|
||||
$newPost
|
||||
.attr('id', 'post-hover-' + id)
|
||||
|
Reference in New Issue
Block a user