]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove dijit checkbox element from floatingTitle
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 15 Jul 2013 05:15:07 +0000 (09:15 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 15 Jul 2013 05:15:07 +0000 (09:15 +0400)
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);
                                }