From ff984694d43054a2568179a36c9c8e75c4599f27 Mon Sep 17 00:00:00 2001 From: 8chan Date: Sat, 1 Nov 2014 16:00:48 -0700 Subject: [PATCH] Revert breaking change --- js/auto-reload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);