mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:35:55 +00:00
add HOOK_HEADLINES_SCROLL_HANDLER
This commit is contained in:
@@ -20,6 +20,7 @@ const PluginHost = {
|
||||
HOOK_HEADLINE_MUTATIONS: 15,
|
||||
HOOK_HEADLINE_MUTATIONS_SYNCED: 16,
|
||||
HOOK_HEADLINES_RENDERED: 17,
|
||||
HOOK_HEADLINES_SCROLL_HANDLER: 18,
|
||||
hooks: [],
|
||||
register: function (name, callback) {
|
||||
if (typeof(this.hooks[name]) == 'undefined')
|
||||
|
||||
Reference in New Issue
Block a user