1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

add PluginHost.HOOK_HEADLINE_RENDERED

This commit is contained in:
Andrew Dolgov
2018-12-08 20:08:57 +03:00
parent a400a8ffc1
commit a0d332326c
2 changed files with 7 additions and 6 deletions

View File

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