change parentElement to parentNode
This commit is contained in:
parent
26244635e1
commit
e0ab5eac47
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ WebGUI.Admin.prototype.showHelperMenu
|
|||
context : [ elem, 'tl', 'bl' ],
|
||||
effect: { effect: YAHOO.widget.ContainerEffect.FADE, duration:0.25 }
|
||||
} );
|
||||
this.helperMenu.render( elem.parentElement );
|
||||
this.helperMenu.render( elem.parentNode );
|
||||
this.helperMenu.show();
|
||||
this.helperMenu.focus();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue