Skip to content

Commit

Permalink
Add label to scratchbook
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 9ae6cb1 commit 0ff4f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/dataset/dataset-li-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ var DatasetListItemEdit = _super.extend(
.attr("href", url)
.append($("<span/>").addClass("fa fa-bar-chart-o"))
.on("click", function(e) {
Galaxy.frame.add({ url: url });
Galaxy.frame.add({ url: url, title: "Visualization" });
e.preventDefault();
});
}
Expand Down

0 comments on commit 0ff4f74

Please sign in to comment.