From a400a8ffc1a5c8a5c4ecb2c0d153881f5b55d232 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 8 Dec 2018 20:06:07 +0300 Subject: add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it) --- js/PluginHost.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/PluginHost.js') diff --git a/js/PluginHost.js b/js/PluginHost.js index 8e5ff32ec..c188531f8 100644 --- a/js/PluginHost.js +++ b/js/PluginHost.js @@ -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') -- cgit v1.2.3-54-g00ecf