mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
fixed another bug with breadcrumbs
This commit is contained in:
parent
451b5940ea
commit
0179b61f69
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue