diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 3ef3cc6d1f..0a3b188f04 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -36,7 +36,7 @@ define(function() { app.enterRoom('topic_' + tid); - if($('#post-container .posts').length > 1) { + if($('#post-container .posts .post-row').length > 1) { $('.topic-main-buttons').removeClass('hide').parent().removeClass('hide'); }