Merge branch '549-errores-en-dashboard-moviles' into 'develop'

Fixed a typo error

See merge request !382
This commit is contained in:
vgilc 2017-04-18 16:48:49 +02:00
commit 6805dcf363
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend,
$nbuttons++;
}
$menu_width = 25 * $nbuttons + 15;
if ( if ( $dashboard == false AND $vconsole == false) {) {
if ( $dashboard == false AND $vconsole == false) {
$return .= "<div id='menu_$graph_id' class='menu_graph' " .
"style='display: none; " .
"text-align: center; " .