mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
remove dijit checkbox element from floatingTitle
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user