forked from GithubBackups/vichan
show-backlinks.js: fix backlinks stacking
This commit is contained in:
parent
602f7b5982
commit
2161a3c1fe
@ -32,7 +32,7 @@ onReady(function() {
|
||||
}
|
||||
}
|
||||
|
||||
let mentioned = post.find('p.intro span.mentioned');
|
||||
let mentioned = post.find('.head div.mentioned');
|
||||
if (mentioned.length === 0) {
|
||||
mentioned = $('<span class="mentioned unimportant"></span>').prependTo(post.find('.head'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user