Fix breadcrumb issue when closing editor
This commit is contained in:
parent
e979aa0c32
commit
bfdbcbee12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue