mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	up composer
This commit is contained in:
		| @@ -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