X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/78b572e10590a89824f0a804696f37af8760c913..1badda86f23d981e3cc8d73cf04b7463a531c482:/skins/ckeditor/plugins/plinn_image/dialog/plinn_image_tabs.html.pt?ds=sidebyside diff --git a/skins/ckeditor/plugins/plinn_image/dialog/plinn_image_tabs.html.pt b/skins/ckeditor/plugins/plinn_image/dialog/plinn_image_tabs.html.pt index 3a48d56..8afa5f0 100644 --- a/skins/ckeditor/plugins/plinn_image/dialog/plinn_image_tabs.html.pt +++ b/skins/ckeditor/plugins/plinn_image/dialog/plinn_image_tabs.html.pt @@ -62,7 +62,7 @@ tabs = document.getElementsByTagName('a'); tabs[0].href = pluginPath + 'dialog/embedded_images.html'; - //tabs[1].href = window.parent.FCKConfig.ImageBrowserURL; + tabs[1].href = window.parent.editor.config.filebrowserImageBrowseUrl; addListener(document, 'click', updateTabs) }; addListener(window, 'load', initTabs);