Enable the nowIndicator in fullcalendar modules
This commit is contained in:
parent
4a0f1a1354
commit
9bcc67ac89
2 changed files with 2 additions and 0 deletions
|
@ -1570,6 +1570,7 @@ App.Utils.CalendarDefaultView = (function () {
|
|||
// Initialize page calendar
|
||||
fullCalendar = new FullCalendar.Calendar($calendar[0], {
|
||||
initialView,
|
||||
nowIndicator: true,
|
||||
height: getCalendarHeight(),
|
||||
editable: true,
|
||||
firstDay: firstWeekdayNumber,
|
||||
|
|
|
@ -679,6 +679,7 @@ App.Utils.CalendarTableView = (function () {
|
|||
|
||||
const fullCalendar = new FullCalendar.Calendar($wrapper[0], {
|
||||
initialView: 'timeGridDay',
|
||||
nowIndicator: true,
|
||||
height: getCalendarHeight(),
|
||||
editable: true,
|
||||
firstDay: firstWeekdayNumber,
|
||||
|
|
Loading…
Reference in a new issue