diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index d652a797a0d..47d21d80c10 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1005,6 +1005,8 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a jQuery( ".vmenu" ).accordion({ autoHeight: false, event: "mouseover", + //collapsible: true, + //active: 2, header: "> .blockvmenupair > .menu_titre" }); });