1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/87dc2336c189/ changeset: 87dc2336c189 user: jgoecks date: 2011-12-02 20:20:29 summary: Trackster bug fix: add missing object reference. affected #: 1 file diff -r 107d3f0a59fae43ca9b62fe30453caed898993e6 -r 87dc2336c1892878b26a110bb1857722fd3f4903 static/scripts/trackster.js --- a/static/scripts/trackster.js +++ b/static/scripts/trackster.js @@ -2355,6 +2355,7 @@ more_across_icon = $("<a href='javascript:void(0);'/>").addClass("icon more-across").appendTo(message_div); // Set up actions for icons. + var tile = this; more_down_icon.click(function() { // Mark tile as stale, request more data, and redraw track. tile.stale = true; 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.