From 9564883814b53bce98a85d97f20f8d45133cf9bb Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Tue, 15 Dec 2015 17:54:19 +0530 Subject: [PATCH] Use bootstraps own img-responsive class for responsive graphs --- html/includes/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index b30325590..24c5ff2ec 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -478,10 +478,10 @@ function generate_lazy_graph_tag($args) { } if ($config['enable_lazy_load'] === true) { - return ''; + return ''; } else { - return ''; + return ''; } }//end generate_lazy_graph_tag()