forked from leftypol/leftypol
Fix scroll to issues with post-hover.js, clean up highlightReply
This commit is contained in:
parent
427a9938a7
commit
1d6f46d9bb
5 changed files with 15 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue