remove dijit checkbox element from floatingTitle
This commit is contained in:
parent
9e2d513dbd
commit
0971cc619d
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue