mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
fix typo
This commit is contained in:
@@ -189,12 +189,11 @@ const Headlines = {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (feeds.length > 0)
|
if (feeds.length > 0) {
|
||||||
console.log('requesting counters for', feeds);
|
console.log('requesting counters for', feeds);
|
||||||
Feeds.requestCounters(feeds);
|
Feeds.requestCounters(feeds);
|
||||||
}
|
}
|
||||||
);
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
click: function (event, id, in_body) {
|
click: function (event, id, in_body) {
|
||||||
in_body = in_body || false;
|
in_body = in_body || false;
|
||||||
|
|||||||
Reference in New Issue
Block a user