add class="unimportant" to js/show-backlinks.js
This commit is contained in:
parent
16b5de90ff
commit
ac2837c620
@ -30,7 +30,7 @@ onready(function(){
|
||||
|
||||
$mentioned = $post.find('p.intro span.mentioned');
|
||||
if($mentioned.length == 0)
|
||||
$mentioned = $('<span class="mentioned"></span>').appendTo($post.find('p.intro'));
|
||||
$mentioned = $('<span class="mentioned unimportant"></span>').appendTo($post.find('p.intro'));
|
||||
|
||||
if ($mentioned.find('a.mentioned-' + reply_id).length != 0)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user