1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-27 08:12:47 +01:00

Corretta posizione ricaricamento dimensione riquadri dashboard

This commit is contained in:
Fabio Lovato 2018-04-23 17:34:31 +02:00
parent 1a1548a396
commit e827de7788

View File

@ -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",