Browse Source

fix thread expanding and post hover interop a bit

pull/40/head
czaks 11 years ago
parent
commit
c2ffd32436
  1. 1
      js/expand.js

1
js/expand.js

@ -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…
Cancel
Save