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
1 changed files with 2 additions and 1 deletions

View File

@ -682,12 +682,13 @@ if (get_var('Utilizzare i tooltip sul calendario') == '1') {
else{ else{
return false; return false;
} }
$('#calendar').fullCalendar('option', 'contentHeight', 'auto');
} }
}); });
<?php <?php
} }
?> ?>
$('#calendar').fullCalendar('option', 'contentHeight', 'auto');
}, },
events: { events: {
url: globals.rootdir + "/modules/dashboard/ajaxreq.php?op=get_current_month", url: globals.rootdir + "/modules/dashboard/ajaxreq.php?op=get_current_month",