X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/ff15447525986336e81f8bc423a23047c732bbe1..09ec4f11afcaafe5369682089c02dffeec4939dc:/skins/ckeditor/plugins/plinn_image/dialog/embedded_images.html.pt diff --git a/skins/ckeditor/plugins/plinn_image/dialog/embedded_images.html.pt b/skins/ckeditor/plugins/plinn_image/dialog/embedded_images.html.pt index 99e57aa..4a438b9 100644 --- a/skins/ckeditor/plugins/plinn_image/dialog/embedded_images.html.pt +++ b/skins/ckeditor/plugins/plinn_image/dialog/embedded_images.html.pt @@ -137,13 +137,13 @@ switch (target.tagName) { case 'IMG' : var a = target.parentNode; - window.parent.updateOrInsertImage(a.getAttribute('href', 2)); + window.parent.updateOrInsertImage(a.getAttribute('href', 2), true); break; case 'A' : if (target.name == 'suppr') var a = target.parentNode.parentNode.getElementsByTagName('a')[0]; var href = a.getAttribute('href', 2); - var imgPath = window.parent.editor.FCKConfig.EditorPath + href; + var imgPath = contentPath + '/' + href; var req = new XMLHttpRequest(); req.open("POST", connUrl, false); // synchrone @@ -155,7 +155,6 @@ slide.parentNode.removeChild(slide); } } - } addListener(window, 'load', _initBrowser);