add class="unimportant" to js/show-backlinks.js

This commit is contained in:
Michael Save 2012-04-30 03:01:48 +10:00
parent 16b5de90ff
commit ac2837c620

View File

@ -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;