1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/5344a6864d47/
changeset: 5344a6864d47
user: jgoecks
date: 2011-09-19 06:07:24
summary: Trackster: do not use child tracks for now because they do not work with new
request_redraw structure.
affected #: 1 file (-1 bytes)
--- a/static/scripts/trackster.js Thu Sep 15 17:10:39 2011 -0400
+++ b/static/scripts/trackster.js Mon Sep 19 00:07:24 2011 -0400
@@ -1228,7 +1228,7 @@
new_track = new ToolDataFeatureTrack(track_name, view,
current_track.hda_ldda, undefined, {}, {}, current_track);
new_track.change_mode(current_track.mode);
}
- this.track.add_track(new_track);
+ this.track.view.add_track(new_track);
new_track.content_div.text("Starting job.");
// Run tool.
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.