Corretta posizione ricaricamento dimensione riquadri dashboard
This commit is contained in:
parent
1a1548a396
commit
e827de7788
|
@ -682,12 +682,13 @@ if (get_var('Utilizzare i tooltip sul calendario') == '1') {
|
|||
else{
|
||||
return false;
|
||||
}
|
||||
|
||||
$('#calendar').fullCalendar('option', 'contentHeight', 'auto');
|
||||
}
|
||||
});
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
$('#calendar').fullCalendar('option', 'contentHeight', 'auto');
|
||||
},
|
||||
events: {
|
||||
url: globals.rootdir + "/modules/dashboard/ajaxreq.php?op=get_current_month",
|
||||
|
|
Loading…
Reference in New Issue