summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 6e333ba44..9065d6aa2 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -829,8 +829,7 @@ app.factory('FeedResource', ["Resource", "$http", "BASE_URL", "$q", function (Re
feed.unreadCount = 0;
});
- this.unreadCount = 0;
- this.folderUnreadCount = {};
+ this.updateUnreadCache();
};