Skip to content

Commit

Permalink
and fixed a broken URL for left pan
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheldon McKay committed Feb 28, 2009
1 parent 779771a commit 6e3cf7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/Graphics/Browser/RenderPanels.pm
Expand Up @@ -496,12 +496,12 @@ sub wrap_rendered_track {

my $style = 'opacity:0.4;position:absolute;border:none';
$style .= ';filter:alpha(opacity=40);moz-opacity:0,4';
my $pan_left = a( {-href => "lefturl"},
my $pan_left = a( {-href => $lefturl},
img({ -style => $style . ';left:0',
-class => 'panleft',
-src => "$buttons/panleft.png"})
);
my $pan_right = a( {-href => "$righturl"},
my $pan_right = a( {-href => $righturl},
img({ -style => $style . ';right:0',
-class => 'panright',
-src => "$buttons/panright.png"})
Expand Down

0 comments on commit 6e3cf7c

Please sign in to comment.