summaryrefslogtreecommitdiff
path: root/js/PluginHost.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-08 20:06:07 +0300
committerAndrew Dolgov <[email protected]>2018-12-08 20:06:07 +0300
commita400a8ffc1a5c8a5c4ecb2c0d153881f5b55d232 (patch)
tree9f34c700499df106cbea33e5d014d8708f4d5c8e /js/PluginHost.js
parentf3737c0b24b2e57b8ff88b29d8cbca5bc9864df8 (diff)
add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it)
Diffstat (limited to 'js/PluginHost.js')
-rw-r--r--js/PluginHost.js1
1 files changed, 1 insertions, 0 deletions
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')