mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #4278 from owncloud/breadcrumb-first
make sure the first breadcrumb item is inserted before any other elements in the topbar
This commit is contained in:
commit
41739ff83f
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ OC.Breadcrumb={
|
|||
existing.removeClass('last');
|
||||
existing.last().after(crumb);
|
||||
}else{
|
||||
OC.Breadcrumb.container.append(crumb);
|
||||
OC.Breadcrumb.container.prepend(crumb);
|
||||
}
|
||||
OC.Breadcrumb.crumbs.push(crumb);
|
||||
return crumb;
|
||||
|
|
|
|||
Loading…
Reference in a new issue