1
0
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_RECEIVED

This commit is contained in:
Andrew Dolgov
2019-05-06 09:49:04 +03:00
parent 4b74491b8b
commit 2411cc8d1c
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ PluginHost = {
HOOK_FLOATING_TITLE: 10,
HOOK_INIT_COMPLETE: 11,
HOOK_HEADLINE_RENDERED: 12,
HOOK_COUNTERS_RECEIVED: 13,
hooks: [],
register: function (name, callback) {
if (typeof(this.hooks[name]) == 'undefined')