Fixed a typo error

This commit is contained in:
m-lopez-f 2017-04-18 16:20:50 +02:00
parent 881b86031c
commit 3454490220
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,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; " .