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

add js hook for floating title

This commit is contained in:
Andrew Dolgov
2013-06-28 08:30:35 +04:00
parent fac0964053
commit 4f62f8f6dc
2 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ var PluginHost = {
HOOK_ARTICLE_COLLAPSED: 7,
HOOK_PARAMS_LOADED: 8,
HOOK_RUNTIME_INFO_LOADED: 9,
HOOK_FLOATING_TITLE: 10,
hooks: [],
register: function (name, callback) {
if (typeof(this.hooks[name]) == 'undefined')