summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index bbf48738b..19ab69d16 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -141,7 +141,9 @@ define(["dojo/_base/declare"], function (declare) {
if (promises.length > 0)
Promise.all([promises]).then(() => {
- Feeds.requestCounters(true);
+ setTimeout(() => {
+ Feeds.requestCounters(true);
+ }, 1000);
});
},