mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-10 22:53:52 +01:00
Bugfix: aggiunta altezza contenuto calendario automatica
This commit is contained in:
parent
392aac7df2
commit
17d619e2da
@ -687,6 +687,7 @@ if (get_var('Utilizzare i tooltip sul calendario') == '1') {
|
|||||||
<?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
Block a user