diff --git a/js/post-hover.js b/js/post-hover.js index 74864d9d..818a572c 100644 --- a/js/post-hover.js +++ b/js/post-hover.js @@ -65,7 +65,7 @@ onready(function(){ } else { var $newPost = $post.clone(); $newPost.find('>.reply, >br').remove(); - $newPost.find('span.mentioned').remove(); + //$newPost.find('span.mentioned').remove(); $newPost.find('a.post_anchor').remove(); $newPost