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.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/app/app.coffee b/js/app/app.coffee
index 00218728d..a6e0511f4 100644
--- a/js/app/app.coffee
+++ b/js/app/app.coffee
@@ -39,8 +39,8 @@ angular.module('News').run ['Persistence', 'Config',
Persistence.init()
setInterval ->
- Persistence.getAllFeeds()
- Persistence.getAllFolders()
+ Persistence.getAllFeeds(null, false)
+ Persistence.getAllFolders(null, false)
, Config.feedUpdateInterval
]