From 7fbb51bdd94b78d0572957886259a44beb9fcbfd Mon Sep 17 00:00:00 2001 From: 8chan Date: Sun, 19 Apr 2015 07:39:03 -0700 Subject: [PATCH] Fix thread stats not appearing --- js/thread-stats.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/thread-stats.js b/js/thread-stats.js index a4dda669..fe487e10 100644 --- a/js/thread-stats.js +++ b/js/thread-stats.js @@ -14,9 +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]; - $('form[name="postcontrols"] > .delete') - .first() - .before('
'); + $('#thread-links') + .after('
'); var el = $('#thread_stats'); el.prepend('Page ?'); if (IDsupport){