summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/viewfeed.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 57989eed3..9a13f8c05 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -2278,6 +2278,11 @@ function updateFloatingTitle() {
initFloatingMenu();
+ var cb = $$("#floatingTitle .dijitCheckBox")[0];
+
+ if (cb)
+ cb.parentNode.removeChild(cb);
+
PluginHost.run(PluginHost.HOOK_FLOATING_TITLE, child);
}