From: Tom Needham Date: Sat, 14 Jan 2012 15:45:19 +0000 (+0000) Subject: Fix breadcrumb issue when closing editor X-Git-Tag: v3.0~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bfdbcbee127062d1e9415047617370e424ab9631;p=nextcloud-server.git Fix breadcrumb issue when closing editor --- diff --git a/apps/files_texteditor/js/editor.js b/apps/files_texteditor/js/editor.js index 72e4c0e4c41..b36a3a692cd 100644 --- a/apps/files_texteditor/js/editor.js +++ b/apps/files_texteditor/js/editor.js @@ -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