From ba00b7c9b29d66cac067396212970b51fe15fd0c Mon Sep 17 00:00:00 2001 From: discomrade <83621080+discomrade@users.noreply.github.com> Date: Tue, 6 Jul 2021 10:39:59 +0000 Subject: [PATCH] Keep thread stats below new posts Courtesy of based lewdposter Closes https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/230 --- js/thread-stats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/thread-stats.js b/js/thread-stats.js index 955a80d2..eb38e2bf 100644 --- a/js/thread-stats.js +++ b/js/thread-stats.js @@ -14,8 +14,8 @@ $(document).ready(function(){ var thread_id = (document.location.pathname + document.location.search).split('/'); thread_id = thread_id[thread_id.length -1].split('+')[0].split('.')[0]; - $('.clear') - .before('
'); + $('.clear').after('
'); + var el = $('#thread_stats'); el.prepend('Page ?'); if (IDsupport){