summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-24 10:38:54 +0300
committerAndrew Dolgov <[email protected]>2021-02-24 10:38:54 +0300
commit96182597c41e2e9a79cbf0d98a5eb140cddc72e3 (patch)
tree1fe6d1510da63f720e11f2e607b44b928bcf8893 /js/Headlines.js
parent9ad5f04e514c13768b594231ca1327b58945f0c3 (diff)
fix typo
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 559da8b95..18c7cda2e 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -189,12 +189,11 @@ const Headlines = {
}
});
- if (feeds.length > 0)
+ if (feeds.length > 0) {
console.log('requesting counters for', feeds);
Feeds.requestCounters(feeds);
}
- );
-
+ });
},
click: function (event, id, in_body) {
in_body = in_body || false;