fixed regression from main_posts deprecation - bottom post bar restored

v1.18.x
psychobunny 11 years ago
parent 8d12ecb758
commit 070c95d8de

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

Loading…
Cancel
Save