summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/controller/NavigationController.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 191618504..ec86ff01a 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -118,8 +118,7 @@ app.controller('NavigationController', function ($route, FEED_TYPE, FeedResource
};
this.isSharedUnread = function () {
- return true; // TODO:: waiting for Nicolas' request to receive the number of shared articles
- //return this.getSharedCount() > 0;
+ return this.getSharedCount() > 0;
};
this.toggleFolder = function (folderName) {