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