Skip to content

Commit

Permalink
fix returning from versioned dataset view back to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Feb 17, 2016
1 parent 8e5aa4a commit 0ae21ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/galaxy.library.js
Expand Up @@ -181,7 +181,7 @@ var GalaxyLibrary = Backbone.View.extend({
if (Galaxy.libraries.datasetView){
Galaxy.libraries.datasetView.$el.unbind('click');
}
Galaxy.libraries.datasetView = new mod_library_dataset_view.LibraryDatasetView({id: dataset_id});
Galaxy.libraries.datasetView = new mod_library_dataset_view.LibraryDatasetView({id: dataset_id, show_version: false});
});

this.library_router.on( 'route:dataset_version', function(folder_id, dataset_id, ldda_id){
Expand Down
2 changes: 1 addition & 1 deletion static/maps/galaxy.library.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ae21ae

Please sign in to comment.