mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
add class="unimportant" to js/show-backlinks.js
This commit is contained in:
parent
3d00a7bdec
commit
02e0237ec1
@ -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