]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix breadcrumb issue when closing editor
authorTom Needham <needham.thomas@gmail.com>
Sat, 14 Jan 2012 15:45:19 +0000 (15:45 +0000)
committerTom Needham <needham.thomas@gmail.com>
Sat, 14 Jan 2012 15:45:19 +0000 (15:45 +0000)
apps/files_texteditor/js/editor.js

index 72e4c0e4c4182343b2073512288e5f05b7a3cc2d..b36a3a692cd6b47b30ef0db6c60b3d6555df13c0 100644 (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