1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-26 07:44:02 +01:00

Fix altezza dashboard automatica

This commit is contained in:
Matteo 2020-02-03 09:58:38 +01:00 committed by GitHub
parent beddb78b41
commit 88c080281c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -570,6 +570,7 @@ if ($vista == 'mese') {
var calendar = $('#calendar').fullCalendar({
locale: globals.locale,
height: "auto",
<?php
$domenica = setting('Visualizzare la domenica sul calendario');
if (empty($domenica)) {