Don't remove mentioned post links from post-hover popups.
This commit is contained in:
parent
9229b280c7
commit
503af65968
@ -65,7 +65,7 @@ onready(function(){
|
|||||||
} else {
|
} else {
|
||||||
var $newPost = $post.clone();
|
var $newPost = $post.clone();
|
||||||
$newPost.find('>.reply, >br').remove();
|
$newPost.find('>.reply, >br').remove();
|
||||||
$newPost.find('span.mentioned').remove();
|
//$newPost.find('span.mentioned').remove();
|
||||||
$newPost.find('a.post_anchor').remove();
|
$newPost.find('a.post_anchor').remove();
|
||||||
|
|
||||||
$newPost
|
$newPost
|
||||||
|
Loading…
Reference in New Issue
Block a user