Set view mode for fish-eye popup. This got lost in some recent refactoring

This commit is contained in:
Thomas Bruederli 2014-08-04 09:58:29 +02:00
parent c90d8fa6f0
commit a99148ec0c

View file

@ -2575,6 +2575,7 @@ function rcube_calendar_ui(settings)
}
})
.fullCalendar($.extend({}, fullcalendar_defaults, {
defaultView: 'agendaDay',
header: { left: '', center: '', right: '' },
height: h - 50,
date: date.getDate(),