diff --git a/js/auto-reload.js b/js/auto-reload.js index 6935409e..47063984 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -158,7 +158,7 @@ $(document).ready(function(){ first_new_post = this; makeIcon(); } - $('div.thread').append($('
')).after(this); + $(this).insertAfter($('div.post:last').next()).after('
'); new_posts++; loaded_posts++; $(document).trigger('new_post', this);