apply lazyload patch

This commit is contained in:
Clint Armstrong
2015-07-16 12:42:58 -04:00
parent ef35ee1adc
commit b5e8998c70
23 changed files with 52 additions and 24 deletions
@@ -52,7 +52,7 @@ if (count($sensors)) {
$graph_array['bg'] = 'ffffff00';
// the 00 at the end makes the area transparent.
$graph_array['from'] = $config['time']['day'];
$sensor_minigraph = generate_graph_tag($graph_array);
$sensor_minigraph = generate_lazy_graph_tag($graph_array);
$sensor['sensor_descr'] = truncate($sensor['sensor_descr'], 48, '');