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

@@ -40,7 +40,7 @@
"mmmagic": "^0.4.0",
"morgan": "^1.3.2",
"nconf": "~0.7.1",
"nodebb-plugin-composer-default": "1.0.15",
"nodebb-plugin-composer-default": "1.0.16",
"nodebb-plugin-dbsearch": "0.2.17",
"nodebb-plugin-emoji-extended": "0.4.13",
"nodebb-plugin-markdown": "4.0.6",

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