mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
fixed regression from main_posts deprecation - bottom post bar restored
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user