mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
Update breadcrumb css on close
This commit is contained in:
parent
aec6a3c32f
commit
e6b835bea8
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ function hideFileEditor(){
|
|||
// Fades out editor controls
|
||||
$('#editorcontrols').fadeOut('slow',function(){
|
||||
$(this).remove();
|
||||
$(".crumb:last").addClass('last');
|
||||
});
|
||||
// Fade out editor
|
||||
$('#editor').fadeOut('slow', function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue