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){