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
1 changed files with 1 additions and 0 deletions

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)) {