summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-15 09:15:07 +0400
committerAndrew Dolgov <[email protected]>2013-07-15 09:15:07 +0400
commit0971cc619d302bad27fcd540fe59426299710ceb (patch)
tree0e5359131970a120af2c11f77933f44c9ba76356 /js/viewfeed.js
parent9e2d513dbd63486e9b6823d36b8c49adbb80fb45 (diff)
remove dijit checkbox element from floatingTitle
Diffstat (limited to 'js/viewfeed.js')
-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);
}