1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/4aa68bbab83f/ changeset: r4996:4aa68bbab83f user: james_taylor date: 2011-02-04 20:29:23 summary: Disable overview canvas saving for now, need to do this right affected #: 1 file (173 bytes) --- a/static/scripts/trackster.js Fri Feb 04 14:17:07 2011 -0500 +++ b/static/scripts/trackster.js Fri Feb 04 14:29:23 2011 -0500 @@ -1374,6 +1374,8 @@ } if (tile_element) { // Store initial canvas in case we need to use it for overview + /* This is completely broken, just saves the first tile it sees + regardless of if it should be the overview if (!track.initial_canvas && !window.G_vmlCanvasManager) { track.initial_canvas = $(tile_element).clone(); var src_ctx = tile_element.get(0).getContext("2d"); @@ -1382,6 +1384,7 @@ tgt_ctx.putImageData(data, 0, 0); track.set_overview(); } + */ // Add tile to cache and show tile. track.tile_cache.set(key, tile_element); track.show_tile(tile_element, parent_element, tile_low); 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.