Skip to content
Snippets Groups Projects
Commit bfdbcbee authored by Tom Needham's avatar Tom Needham
Browse files

Fix breadcrumb issue when closing editor

parent e979aa0c
Branches
No related tags found
No related merge requests found
...@@ -216,7 +216,7 @@ function showFileEditor(dir,filename){ ...@@ -216,7 +216,7 @@ function showFileEditor(dir,filename){
// Fades out the editor. // Fades out the editor.
function hideFileEditor(){ function hideFileEditor(){
// Fades out editor controls // 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(); $(this).remove();
}); });
// Fade out editor // Fade out editor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment