forked from GithubBackups/vichan
show-backlinks.js: use div so reply links don't get jumbled up or something
This commit is contained in:
parent
2161a3c1fe
commit
2311035748
@ -34,7 +34,7 @@ onReady(function() {
|
||||
|
||||
let mentioned = post.find('.head div.mentioned');
|
||||
if (mentioned.length === 0) {
|
||||
mentioned = $('<span class="mentioned unimportant"></span>').prependTo(post.find('.head'));
|
||||
mentioned = $('<div class="mentioned unimportant"></div>').prependTo(post.find('.head'));
|
||||
}
|
||||
|
||||
if (mentioned.find('a.mentioned-' + reply_id).length != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user