Stop nesting bug on update

This commit is contained in:
8chan 2014-11-08 16:57:21 -08:00
parent 34bfa3eaad
commit 2b67cfc5ee

View File

@ -158,7 +158,7 @@ $(document).ready(function(){
first_new_post = this;
makeIcon();
}
$(this).insertAfter($('div.post:last').next()).after('<br class="clear">');
$(this).insertAfter($('div.post:not(.post-hover):last').next()).after('<br class="clear">');
new_posts++;
loaded_posts++;
$(document).trigger('new_post', this);