summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorjustauser <justausr@hotmail.com>2013-06-29 05:54:45 -0400
committerjustauser <justausr@hotmail.com>2013-06-29 05:54:45 -0400
commitef3a8db1cc83e02a9f8933869d19f299f2abe72a (patch)
tree9b2e365262350c3a6fd9d1d2089a505df26be2bf /js/viewfeed.js
parent575a52874c8ebb0bcd5741009cc143389ea2279e (diff)
parent776b19536df2e01d8d5363c3a8647f3a24417b6b (diff)
Merge remote-tracking branch 'origin' into hookhead
update to latest
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 &&