[svn r21954] FS#2867 - The FCKEditor, the file manager: Fixing a mistake.

skala
Ivan Tcholakov 16 years ago
parent fe6d317773
commit cc41cf9ba5
  1. 2
      main/inc/lib/fckeditor/editor/filemanager/browser/default/frmresourceslist.html

@ -124,8 +124,8 @@ function OpenFile( fileUrl )
else if ( window_top.parent )
{
window_top.parent.Args().ParentWindow.SetUrl( encodeURI( fileUrl ).replace( /#/g, '%23' ) ) ;
window_top.parent.CloseDialog() ;
window_top.parent.Args().ParentWindow.focus() ;
window_top.parent.CloseDialog() ;
}
return true ;
}

Loading…
Cancel
Save