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