summaryrefslogtreecommitdiff
path: root/js/PluginHost.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-28 18:18:30 +0400
committerAndrew Dolgov <[email protected]>2013-04-28 18:18:30 +0400
commitb8c9341afafddffa930b93b72127958fae872100 (patch)
tree5771c6e43030e84732142e0e096d1f8dd669cadd /js/PluginHost.js
parentd48398e647e8d4425629c4a5ecb1193c15732924 (diff)
parent712032589c584df154ab4e97c0f1bd5289d4fb1a (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'js/PluginHost.js')
-rw-r--r--js/PluginHost.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/PluginHost.js b/js/PluginHost.js
index de4c57b60..668d215f9 100644
--- a/js/PluginHost.js
+++ b/js/PluginHost.js
@@ -8,6 +8,8 @@ var PluginHost = {
HOOK_FEED_LOADED: 5,
HOOK_ARTICLE_EXPANDED: 6,
HOOK_ARTICLE_COLLAPSED: 7,
+ HOOK_PARAMS_LOADED: 8,
+ HOOK_RUNTIME_INFO_LOADED: 9,
hooks: [],
register: function (name, callback) {
if (typeof(this.hooks[name]) == 'undefined')