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