commit/galaxy-central: james_taylor: trackster: fix for track height calculation
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/046e456f2c5b/ changeset: r4998:046e456f2c5b user: james_taylor date: 2011-02-04 20:48:39 summary: trackster: fix for track height calculation affected #: 1 file (12 bytes) --- a/static/scripts/trackster.js Fri Feb 04 14:49:23 2011 -0500 +++ b/static/scripts/trackster.js Fri Feb 04 14:48:39 2011 -0500 @@ -1406,7 +1406,7 @@ if (this.left_offset) { left -= this.left_offset; } - tile_element.css({ position: 'absolute', top: 0, left: left }); + tile_element.css({ position: 'absolute', top: 0, left: left, height: '' }); // Setup and show tile element. parent_element.append( tile_element ); 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)
-
Bitbucket