From 044382047da86d090985e246ff42ea286a346e54 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Wed, 22 Jan 2014 17:29:23 -0500 Subject: [PATCH] removed commented out section --- public/src/forum/unread.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/public/src/forum/unread.js b/public/src/forum/unread.js index 7f9cd68b95..9ceb522f87 100644 --- a/public/src/forum/unread.js +++ b/public/src/forum/unread.js @@ -37,19 +37,6 @@ define(function() { } else if(newPostCount === 1) { text += (newTopicCount?' and ':' is ') + ' a new post'; } - /*if (newTopicCount > 1) - text = 'There are ' + newTopicCount + ' new topics'; - else if (newTopicCount === 1) - text = 'There is 1 new topic'; - else - text = 'There are no new topics'; - - if (newPostCount > 1) - text += ' and ' + newPostCount + ' new posts.'; - else if (newPostCount === 1) - text += ' and 1 new post.'; - else - text += ' and no new posts.';*/ text += '. Click here to reload.';