fixed another bug with breadcrumbs

remotes/origin/stable
Marvin Thomas Rabe 14 years ago
parent 451b5940ea
commit 0179b61f69
  1. 2
      apps/files_texteditor/js/editor.js

@ -147,7 +147,7 @@ function hideFileEditor(){
// Fade out the save button // Fade out the save button
$('#editor_save').fadeOut('slow'); $('#editor_save').fadeOut('slow');
// Fade out breadcrumb // Fade out breadcrumb
$('#breadcrumb_file').fadeOut('slow'); $('#breadcrumb_file').fadeOut('slow', function(){ $(this).remove();});
// Fade out editor // Fade out editor
$('#editor').fadeOut('slow', function(){ $('#editor').fadeOut('slow', function(){
$('#editor_close').remove(); $('#editor_close').remove();

Loading…
Cancel
Save