change full calendar default view to month. when changing slot minutes now reinits to view you were last looking at.
This commit is contained in:
parent
d577483800
commit
ec9d84fc91
3 changed files with 3 additions and 2 deletions
|
@ -117,7 +117,7 @@ $(document).ready(function() {
|
|||
center: 'title',
|
||||
right: 'agendaDay, agendaWeek, month'
|
||||
},
|
||||
defaultView: 'agendaDay',
|
||||
defaultView: 'month',
|
||||
editable: false,
|
||||
allDaySlot: false,
|
||||
axisFormat: 'H:mm',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue