1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

clear _infscroll_timeout when headlines are loaded

This commit is contained in:
Andrew Dolgov
2018-12-01 22:24:30 +03:00
parent f11933e1fe
commit 4b492cc93e

View File

@@ -372,6 +372,7 @@ const Feeds = {
Headlines.catchupBatchedArticles(() => {
xhrPost("backend.php", query, (transport) => {
try {
window.clearTimeout(this._infscroll_timeout);
this.setFeedExpandoIcon(feed, is_cat, 'images/blank_icon.gif');
Headlines.onLoaded(transport, offset);
PluginHost.run(PluginHost.HOOK_FEED_LOADED, [feed, is_cat]);