Replace the reload on browser resize by a graph width resize

This commit is contained in:
Louis Bailleul
2015-11-27 11:58:56 +00:00
parent ef1c7a58e3
commit 094f7d50da
2 changed files with 23 additions and 3 deletions

View File

@@ -476,7 +476,7 @@ function generate_lazy_graph_tag($args) {
$urlargs[] = $key."=".urlencode($arg);
}
return '<img class="lazy" width="'.$w.'" height="'.$h.'" data-original="graph.php?' . implode('&amp;',$urlargs).'" border="0" />';
return '<img class="lazy graphs" width="'.$w.'" height="'.$h.'" data-original="graph.php?' . implode('&amp;',$urlargs).'" border="0" />';
}//end generate_lazy_graph_tag()