Skip to content

Commit

Permalink
Client format.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Dec 5, 2018
1 parent 480143a commit f8ed3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/galaxy/scripts/layout/menu.js
Expand Up @@ -221,9 +221,9 @@ var Collection = Backbone.Collection.extend({
}
if (options.helpsite_url) {
helpTab.menu.unshift({
title: _l("Galaxy Help"),
url: options.helpsite_url,
target: "_blank"
title: _l("Galaxy Help"),
url: options.helpsite_url,
target: "_blank"
});
}
this.add(helpTab);
Expand Down

0 comments on commit f8ed3e7

Please sign in to comment.