diff --git a/js/auto-reload.js b/js/auto-reload.js index 4acab9e6..fba26849 100644 --- a/js/auto-reload.js +++ b/js/auto-reload.js @@ -236,7 +236,7 @@ $(document).ready(function(){ var n = new Notification("New reply to "+$('title').text(), {body: $('
').html(body).text()}); } } - $(this).insertAfter($('div.post:not(.post-hover):last').next()).after('
'); + $(this).insertAfter($('div.post:not(.post-hover):last')).after('
'); new_posts++; loaded_posts++; $(document).trigger('new_post', this);