mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
up composer
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user