summaryrefslogtreecommitdiffstats
path: root/js/app/services/unreadcountformatter.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-01 00:31:36 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-01 00:31:36 +0200
commit2ec1f71203e7312932e7545493fa2153dc261c88 (patch)
treecc3b7496a641c85f0cc5a3994b8acb983e96c44c /js/app/services/unreadcountformatter.coffee
parent6d0b9b4f2ba2f89b283671944cfcbefb4702d31d (diff)
more whitespace for oc6
Diffstat (limited to 'js/app/services/unreadcountformatter.coffee')
-rw-r--r--js/app/services/unreadcountformatter.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/app/services/unreadcountformatter.coffee b/js/app/services/unreadcountformatter.coffee
index ec45bc21e..d89e7b59d 100644
--- a/js/app/services/unreadcountformatter.coffee
+++ b/js/app/services/unreadcountformatter.coffee
@@ -23,6 +23,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
angular.module('News').factory 'unreadCountFormatter', ->
return (unreadCount) ->
- if unreadCount > 99
- unreadCount = '99+'
+ if unreadCount > 999
+ unreadCount = '999+'
return unreadCount \ No newline at end of file