forked from GithubBackups/vichan
from master branch
This commit is contained in:
parent
8c27b5261c
commit
a457b905bf
@ -57,9 +57,10 @@ onReady(function() {
|
|||||||
$('div.post.op').each(showBackLinks);
|
$('div.post.op').each(showBackLinks);
|
||||||
|
|
||||||
$(document).on('new_post', function(e, post) {
|
$(document).on('new_post', function(e, post) {
|
||||||
showBackLinks.call(post);
|
|
||||||
if ($(post).hasClass("op")) {
|
if ($(post).hasClass("op")) {
|
||||||
$(post).find('div.post.reply').each(showBackLinks);
|
$(post).find('div.post.reply').each(showBackLinks);
|
||||||
|
} else {
|
||||||
|
$(post).parent().find('div.post.reply').each(showBackLinks);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user