Skip to content

Commit

Permalink
Merge pull request #5 from thurban/patch-1
Browse files Browse the repository at this point in the history
Better to do this in JavaScript anyway.
  • Loading branch information
cigamit committed Sep 8, 2017
2 parents a955835 + 4562389 commit 614ccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycle_ajax.php
Expand Up @@ -122,7 +122,7 @@

$out .= '<td align="center" class="graphholder">'
. '<a href = ../../graph.php?local_graph_id='.$graph['graph_id'].'&rra_id=all>'
. "<img style='width:" . $width . "px;height:" . $height . "px' "
. "<img "
. "src='../../graph_image.php?image_format=png&disable_cache=true&local_graph_id=" . $graph['graph_id'] . "&rra_id=0&graph_start=" . $timespan['begin_now']
. '&graph_end=' . time() . '&graph_width=' . $width . '&graph_height=' . $height . ($legend==0 || $legend=='' ? '&graph_nolegend=true' : '')."'>"
. '</a></td>';
Expand Down

0 comments on commit 614ccff

Please sign in to comment.