Skip to content

Commit

Permalink
make the text in the track grid selectable, in case people want to cu…
Browse files Browse the repository at this point in the history
…t and paste things
  • Loading branch information
rbuels committed May 22, 2012
1 parent 92df844 commit e2a693e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/View/TrackList/Faceted.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ dojo.declare( 'JBrowse.View.TrackList.Faceted', null,
var grid = new dojox.grid.EnhancedGrid({
id: 'trackSelectGrid',
store: this.trackDataStore,
selectable: true,
noDataMessage: "No tracks match the filtering criteria.",
structure: [
dojo.map( facets, function(facetName) {
Expand Down

0 comments on commit e2a693e

Please sign in to comment.