summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-12 12:29:26 +0300
committerAndrew Dolgov <[email protected]>2021-03-12 12:29:26 +0300
commitefde6d36c74deb7e57c0efae1261af2c96c5b79e (patch)
tree92d553014a2e0144765e22c35933c78f92b69180 /js/Headlines.js
parente85cba5958a596a3fb2b321bf6e487d62fc4d52e (diff)
add HOOK_HEADLINES_SCROLL_HANDLER
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index df6ddaef8..90ded47bd 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -382,6 +382,9 @@ const Headlines = {
}
}
}
+
+ PluginHost.run(PluginHost.HOOK_HEADLINES_SCROLL_HANDLER);
+
} catch (e) {
console.warn("scrollHandler", e);
}