From dbd13392dd8d5debdbf149db82d6e317cd3cc40b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 23 Sep 2013 21:54:59 +0200 Subject: use better wording for hiding/showing unread articles and feeds/folders, fix #366 --- js/public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/public/app.js') diff --git a/js/public/app.js b/js/public/app.js index 99c4ab419..87ea8c288 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -1379,7 +1379,7 @@ License along with this library. If not, see . FolderBusinessLayer.prototype.isVisible = function(folderId) { var feed, _i, _len, _ref; - if (this._showAll.getShowAll() || this._feedBusinessLayer.noFeeds()) { + if (this._showAll.getShowAll() || this._feedBusinessLayer.getFeedsOfFolder(folderId).length === 0) { return true; } else { if (this.isActive(folderId) || this._feedBusinessLayer.getFolderUnreadCount(folderId) > 0) { -- cgit v1.2.3