Skip to content

Commit

Permalink
Avoid page reload for data libraries and admin pages
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Mar 28, 2024
1 parent 3968449 commit 801eb24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/entry/analysis/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export function fetchMenu(options = {}) {
{
title: _l("Data Libraries"),
url: "/libraries",
target: "_top",
},
{
title: _l("Datasets"),
Expand Down Expand Up @@ -91,7 +90,6 @@ export function fetchMenu(options = {}) {
{
title: _l("Data Libraries"),
url: "/libraries",
target: "_top",
},
{
title: _l("Histories"),
Expand Down Expand Up @@ -123,7 +121,6 @@ export function fetchMenu(options = {}) {
url: "/admin",
tooltip: _l("Administer this Galaxy"),
cls: "admin-only",
target: "_top",
});
}

Expand Down

0 comments on commit 801eb24

Please sign in to comment.