summaryrefslogtreecommitdiffstats
path: root/js/app/app.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/app.coffee')
-rw-r--r--js/app/app.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/app.coffee b/js/app/app.coffee
index 03497348d..00218728d 100644
--- a/js/app/app.coffee
+++ b/js/app/app.coffee
@@ -40,6 +40,7 @@ angular.module('News').run ['Persistence', 'Config',
setInterval ->
Persistence.getAllFeeds()
+ Persistence.getAllFolders()
, Config.feedUpdateInterval
]