commit/galaxy-central: jgoecks: Trackster: fix track name reversion for Backbone view.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d1d5fcd5bec6/ Changeset: d1d5fcd5bec6 User: jgoecks Date: 2014-07-09 16:59:21 Summary: Trackster: fix track name reversion for Backbone view. Affected #: 1 file diff -r f7000698a92dd293b24563249cc50f7016b8ffcb -r d1d5fcd5bec6d4d48908f6da58a31ca9242e694e static/scripts/viz/trackster/tracks.js --- a/static/scripts/viz/trackster/tracks.js +++ b/static/scripts/viz/trackster/tracks.js @@ -332,7 +332,6 @@ revert_name: function() { if (this.old_name) { this.config.set_value('name', this.old_name); - this.name_div.text(this.old_name); } }, 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