Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change parentElement to parentNode
  • Loading branch information
daviddelikat committed Nov 12, 2011
1 parent 2624463 commit e0ab5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/extras/admin/admin.js
Expand Up @@ -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();
};
Expand Down

0 comments on commit e0ab5ea

Please sign in to comment.