diff --git a/js/auto-reload.js b/js/auto-reload.js index 351ac948..7908af45 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -155,7 +155,7 @@ $(document).ready(function(){ if (!new_posts) { first_new_post = this; } - $(this).insertAfter($('div.post:last').next()).after('
'); + $(this).insertAfter($('div.post:not(.post-hover,.inline):last').next()).after('
'); new_posts++; loaded_posts++; $(document).trigger('new_post', this);