Fix breadcrumb issue when closing editor

This commit is contained in:
Tom Needham 2012-01-14 15:45:19 +00:00
parent e979aa0c32
commit bfdbcbee12
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function showFileEditor(dir,filename){
// Fades out the editor.
function hideFileEditor(){
// Fades out editor controls
$('#controls > :not(.actions,#file_access_panel),#breadcrumb_file').fadeOut('slow',function(){
$('#controls > :not(.actions,#file_access_panel,.crumb),#breadcrumb_file').fadeOut('slow',function(){
$(this).remove();
});
// Fade out editor