Bugfix: aggiunta altezza contenuto calendario automatica

This commit is contained in:
Bacca97 2018-04-17 19:20:51 +02:00
parent 392aac7df2
commit 17d619e2da
1 changed files with 1 additions and 0 deletions

View File

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