fix thread expanding and post hover interop a bit
This commit is contained in:
parent
4f855cf3b3
commit
c2ffd32436
@ -27,6 +27,7 @@ $(document).ready(function(){
|
||||
success: function(data) {
|
||||
var last_expanded = false;
|
||||
$(data).find('div.post.reply').each(function() {
|
||||
thread.find('.hidden').remove();
|
||||
var post_in_doc = thread.find('#' + $(this).attr('id'));
|
||||
if(post_in_doc.length == 0) {
|
||||
if(last_expanded) {
|
||||
|
Loading…
Reference in New Issue
Block a user