Index: /Users/davexoxide/workspace/mc_mc/mothersclick.com/branches/feature-rte/html/sites/all/modules/custom/yui_rte/plugins/img_uploader.js =================================================================== --- /Users/davexoxide/workspace/mc_mc/mothersclick.com/branches/feature-rte/html/sites/all/modules/custom/yui_rte/plugins/img_uploader.js (revision 6377) +++ /Users/davexoxide/workspace/mc_mc/mothersclick.com/branches/feature-rte/html/sites/all/modules/custom/yui_rte/plugins/img_uploader.js (working copy) @@ -13,7 +13,7 @@ rte.addListener('toolbarLoaded', function() { rte.toolbar.addListener('insertimageClick', function(o) { try { - var imgPanel = new YAHOO.util.Element('yui-editor-panel'); + var imgPanel = new YAHOO.util.Element('edit-body-panel'); imgPanel.on ('contentReady', function() { try { var Dom = YAHOO.util.Dom; @@ -24,10 +24,10 @@ 'Upload Image' + ''; - var img_elem=Dom.get('insertimage_url'); + var img_elem=Dom.get('edit-body_insertimage_url'); Dom.getAncestorByTagName(img_elem, 'form').encoding = 'multipart/form-data';