]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed another bug with breadcrumbs
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>
Tue, 4 Oct 2011 19:05:49 +0000 (21:05 +0200)
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>
Tue, 4 Oct 2011 19:05:49 +0000 (21:05 +0200)
apps/files_texteditor/js/editor.js

index 779c292a31e3afcb98f7d94eb49df17815ab326c..9ff29b01e6d31551ba0c702d710b37698d365dd6 100644 (file)
@@ -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();