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{
|
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",
|
||||||
|
|
Loading…
Reference in New Issue