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:
8chan 2014-06-12 15:36:01 +00:00 committed by czaks
parent 73177fcffc
commit 8d8563a20d
5 changed files with 15 additions and 16 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)