mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -39,7 +39,7 @@ define('forum/categories', ['components', 'translator'], function (components, t
|
||||
|
||||
parseAndTranslate([post], function (html) {
|
||||
html.hide();
|
||||
if(recentPosts.length === 0) {
|
||||
if (recentPosts.length === 0) {
|
||||
html.appendTo(category);
|
||||
} else {
|
||||
html.insertBefore(recentPosts.first());
|
||||
|
||||
Reference in New Issue
Block a user