mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-30 03:47:31 +01:00
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…
x
Reference in New Issue
Block a user