diff --git a/modules/dashboard/edit.php b/modules/dashboard/edit.php index b818e1b67..002d0d60a 100644 --- a/modules/dashboard/edit.php +++ b/modules/dashboard/edit.php @@ -682,12 +682,13 @@ if (get_var('Utilizzare i tooltip sul calendario') == '1') { else{ return false; } + + $('#calendar').fullCalendar('option', 'contentHeight', 'auto'); } }); - $('#calendar').fullCalendar('option', 'contentHeight', 'auto'); }, events: { url: globals.rootdir + "/modules/dashboard/ajaxreq.php?op=get_current_month",