mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Corretta posizione ricaricamento dimensione riquadri dashboard
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user