up composer

This commit is contained in:
barisusakli
2015-09-27 15:50:22 -04:00
parent fec3877e51
commit 7379f93a00
2 changed files with 2 additions and 2 deletions

View File

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