1
0
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:
Bacca97 2018-04-17 19:20:51 +02:00
parent 392aac7df2
commit 17d619e2da

View File

@ -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",