1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f46d856dc0db/ changeset: f46d856dc0db user: jgoecks date: 2012-01-04 20:27:28 summary: Trackster: clear track content during initialization. affected #: 1 file diff -r 705eef780e7255775fe9fed93ff0e1339e59b6ad -r f46d856dc0db590109a59fbdddf892ddc8785679 static/scripts/trackster.js --- a/static/scripts/trackster.js +++ b/static/scripts/trackster.js @@ -2825,6 +2825,8 @@ track.content_div.text(DATA_LOADING); } */ + // Remove old track content (e.g. tiles, messages). + track.content_div.children().remove(); track.container_div.removeClass("nodata error pending"); // 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.