From 4f62f8f6dc950499698e06b9a56025c28f9a331e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Jun 2013 08:30:35 +0400 Subject: add js hook for floating title --- js/viewfeed.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/viewfeed.js') 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 && -- cgit v1.2.3