]> git.wh0rd.org - tt-rss.git/blobdiff - js/viewfeed.js
remove dijit checkbox element from floatingTitle
[tt-rss.git] / js / viewfeed.js
index 57989eed3982d62ef712138a2600455b85910892..9a13f8c05d08e76798295f9e9fba016c64e2faaa 100644 (file)
@@ -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);
                                }