mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 07:40:43 +01:00
fix else if style
This commit is contained in:
@@ -58,8 +58,7 @@ define('forum/recent', ['forum/infinitescroll'], function(infinitescroll) {
|
||||
} else if (newPostCount > 1) {
|
||||
text = '[[recent:there-are-new-posts, ' + newPostCount + ']]';
|
||||
}
|
||||
}
|
||||
else if (newTopicCount === 1) {
|
||||
} else if (newTopicCount === 1) {
|
||||
if (newPostCount === 0) {
|
||||
text = '[[recent:there-is-a-new-topic]]';
|
||||
} else if (newPostCount === 1) {
|
||||
|
||||
Reference in New Issue
Block a user