mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it)
This commit is contained in:
@@ -11,6 +11,7 @@ PluginHost = {
|
||||
HOOK_PARAMS_LOADED: 8,
|
||||
HOOK_RUNTIME_INFO_LOADED: 9,
|
||||
HOOK_FLOATING_TITLE: 10,
|
||||
HOOK_INIT_COMPLETE: 11,
|
||||
hooks: [],
|
||||
register: function (name, callback) {
|
||||
if (typeof(this.hooks[name]) == 'undefined')
|
||||
|
||||
Reference in New Issue
Block a user