diff --git a/js/thread-stats.js b/js/thread-stats.js index 43847db1..3dc47fb6 100644 --- a/js/thread-stats.js +++ b/js/thread-stats.js @@ -61,7 +61,7 @@ if (active_page == 'thread') { $('#thread_stats_posts').text(replies.length); // Image count. $('#thread_stats_images').text(replies.filter(function() { - return $(this).find('> .files').text().trim() != false; + return $(this).find('>> .files').text().trim() != false; }).length); // Unique ID count. if (IDsupport) {