fixed regression from main_posts deprecation - bottom post bar restored

This commit is contained in:
psychobunny
2013-11-25 16:38:45 -05:00
parent 8d12ecb758
commit 070c95d8de

View File

@@ -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');
}