fix else if style

v1.18.x
barisusakli 10 years ago
parent 5f12679426
commit be8385e8dc

@ -58,8 +58,7 @@ define('forum/recent', ['forum/infinitescroll'], function(infinitescroll) {
} else if (newPostCount > 1) { } else if (newPostCount > 1) {
text = '[[recent:there-are-new-posts, ' + newPostCount + ']]'; text = '[[recent:there-are-new-posts, ' + newPostCount + ']]';
} }
} } else if (newTopicCount === 1) {
else if (newTopicCount === 1) {
if (newPostCount === 0) { if (newPostCount === 0) {
text = '[[recent:there-is-a-new-topic]]'; text = '[[recent:there-is-a-new-topic]]';
} else if (newPostCount === 1) { } else if (newPostCount === 1) {

Loading…
Cancel
Save