summaryrefslogtreecommitdiffstats
path: root/js/public
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/public
parent6d0b9b4f2ba2f89b283671944cfcbefb4702d31d (diff)
more whitespace for oc6
Diffstat (limited to 'js/public')
-rw-r--r--js/public/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/public/app.js b/js/public/app.js
index b5eef7e34..a4dda620b 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -3236,8 +3236,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
(function() {
angular.module('News').factory('unreadCountFormatter', function() {
return function(unreadCount) {
- if (unreadCount > 99) {
- unreadCount = '99+';
+ if (unreadCount > 999) {
+ unreadCount = '999+';
}
return unreadCount;
};