From 0971cc619d302bad27fcd540fe59426299710ceb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 15 Jul 2013 09:15:07 +0400 Subject: remove dijit checkbox element from floatingTitle --- js/viewfeed.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'js/viewfeed.js') 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); } -- cgit v1.2.3