components - fixed a bug with bottom post bar now showing up

v1.18.x
psychobunny 10 years ago
parent 98c54c3ccb
commit e9d9e14eb4

@ -239,7 +239,7 @@ define('forum/topic/posts', [
};
function showBottomPostBar() {
if(components.get('post', 'index').length > 1 || !components.get('post', 'index', 0).length) {
if(components.get('post').length > 1 || !components.get('post', 'index', 0).length) {
$('.bottom-post-bar').removeClass('hide');
}
}

Loading…
Cancel
Save