commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8d9ad9d07b83/ Changeset: 8d9ad9d07b83 Branch: next-stable User: jgoecks Date: 2013-10-23 21:50:39 Summary: Trackster: only show summary label if there are multiple samples. Affected #: 1 file diff -r 35328380ac82c471a942bd6f0b5a4e73413bf272 -r 8d9ad9d07b83cf6f08ccfa5e44dfd01f875ca86d static/scripts/viz/trackster/tracks.js --- a/static/scripts/viz/trackster/tracks.js +++ b/static/scripts/viz/trackster/tracks.js @@ -4304,7 +4304,7 @@ // Add summary/sample labels if needed and not already included. var sample_names = this.dataset.get_metadata('sample_names'); - if (line_track_tiles.length === 0 && this.prefs.show_labels && sample_names) { + if (line_track_tiles.length === 0 && this.prefs.show_labels && sample_names && samples_names.length > 1) { var font_size; // Add and/or style labels. https://bitbucket.org/galaxy/galaxy-central/commits/b8482a0c41ae/ Changeset: b8482a0c41ae User: jgoecks Date: 2013-10-23 21:51:00 Summary: Automated merge of next-stable Affected #: 1 file diff -r ff9603c007c78c5c256171592bbd0aed5e20cab1 -r b8482a0c41aef74a879b496231340b679abffb62 static/scripts/viz/trackster/tracks.js --- a/static/scripts/viz/trackster/tracks.js +++ b/static/scripts/viz/trackster/tracks.js @@ -4304,7 +4304,7 @@ // Add summary/sample labels if needed and not already included. var sample_names = this.dataset.get_metadata('sample_names'); - if (line_track_tiles.length === 0 && this.prefs.show_labels && sample_names) { + if (line_track_tiles.length === 0 && this.prefs.show_labels && sample_names && samples_names.length > 1) { var font_size; // Add and/or style labels. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org