Browse Source

Don't remove mentioned post links from post-hover popups.

pull/40/head
Benjamin Southall 7 years ago
parent
commit
503af65968
  1. 2
      js/post-hover.js

2
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

Loading…
Cancel
Save