Fix scroll to issues with post-hover.js, clean up highlightReply

This commit is contained in:
8chan 2014-06-12 15:36:01 +00:00 committed by Fredrick Brennan
parent 427a9938a7
commit 1d6f46d9bb
5 changed files with 15 additions and 15 deletions

View file

@ -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)