summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-06-28 08:30:35 +0400
committerAndrew Dolgov <[email protected]>2013-06-28 08:30:35 +0400
commit4f62f8f6dc950499698e06b9a56025c28f9a331e (patch)
tree88cca3beac860341192e438477e4bb944d0c9947 /js/viewfeed.js
parentfac096405338e0f46fa248320318436d862678fc (diff)
add js hook for floating title
Diffstat (limited to 'js/viewfeed.js')
-rw-r--r--js/viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 1c5811fe7..5875a9e48 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -2226,6 +2226,8 @@ function updateFloatingTitle() {
if (child.id != $("floatingTitle").getAttribute("rowid")) {
$("floatingTitle").setAttribute("rowid", child.id);
$("floatingTitle").innerHTML = header.innerHTML;
+
+ PluginHost.run(PluginHost.HOOK_FLOATING_TITLE, child);
}
if (child.offsetTop < hf.scrollTop - header.offsetHeight - 100 &&