1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f0875c78b786/ Changeset: f0875c78b786 User: jgoecks Date: 2013-10-18 04:22:36 Summary: Set visualization naming to refer to new location. Affected #: 1 file diff -r 0d46133c90452dc8815de7057b13548f06beb7bb -r f0875c78b7864c5ac75be62e9a52611bfa2a6cf0 static/scripts/viz/trackster.js --- a/static/scripts/viz/trackster.js +++ b/static/scripts/viz/trackster.js @@ -197,7 +197,7 @@ init_editor : function () { // set title - $("#center .unified-panel-title").text(view.name + " (" + view.dbkey + ")"); + $("#center .unified-panel-title").text(view.prefs.name + " (" + view.dbkey + ")"); // add dataset if (galaxy_config.app.add_dataset) 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.