X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Ffilebrowser%2Fplugin.js;h=d35432741f11d9045906d237b31e6de795fa4d5b;hp=5f8718017de8b3475d38aa5fb555f7dcd9372d5a;hb=2f22c0c38f17e75be5541089076885442aaa2377;hpb=e73319a12b56100b29ef456fd74114fe5519e01c diff --git a/_source/plugins/filebrowser/plugin.js b/_source/plugins/filebrowser/plugin.js index 5f87180..d354327 100644 --- a/_source/plugins/filebrowser/plugin.js +++ b/_source/plugins/filebrowser/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -246,7 +246,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { element = elements[ i ]; - if ( element.type == 'hbox' || element.type == 'vbox' ) + if ( element.type == 'hbox' || element.type == 'vbox' || element.type == 'fieldset' ) attachFileBrowser( editor, dialogName, definition, element.children ); if ( !element.filebrowser ) @@ -321,7 +321,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { var dialog = sourceElement.getDialog(); var targetElement = sourceElement.filebrowser.target || null; - url = url.replace( /#/g, '%23' ); // If there is a reference to targetElement, update it. if ( targetElement )