From: Marvin Thomas Rabe Date: Tue, 4 Oct 2011 19:05:49 +0000 (+0200) Subject: fixed another bug with breadcrumbs X-Git-Tag: v3.0~112 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0179b61f6917ea80bb161d8a3fde1673b99150f4;p=nextcloud-server.git fixed another bug with breadcrumbs --- diff --git a/apps/files_texteditor/js/editor.js b/apps/files_texteditor/js/editor.js index 779c292a31e..9ff29b01e6d 100644 --- a/apps/files_texteditor/js/editor.js +++ b/apps/files_texteditor/js/editor.js @@ -147,7 +147,7 @@ function hideFileEditor(){ // Fade out the save button $('#editor_save').fadeOut('slow'); // Fade out breadcrumb - $('#breadcrumb_file').fadeOut('slow'); + $('#breadcrumb_file').fadeOut('slow', function(){ $(this).remove();}); // Fade out editor $('#editor').fadeOut('slow', function(){ $('#editor_close').remove();