mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
js: add PluginHost.HOOK_COUNTERS_PROCESSED
This commit is contained in:
@@ -14,6 +14,7 @@ PluginHost = {
|
||||
HOOK_INIT_COMPLETE: 11,
|
||||
HOOK_HEADLINE_RENDERED: 12,
|
||||
HOOK_COUNTERS_RECEIVED: 13,
|
||||
HOOK_COUNTERS_PROCESSED: 14,
|
||||
hooks: [],
|
||||
register: function (name, callback) {
|
||||
if (typeof(this.hooks[name]) == 'undefined')
|
||||
|
||||
Reference in New Issue
Block a user