mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Remove now indicator as it does not support custom timezones (#953)
This commit is contained in:
parent
039f3ec993
commit
de9e0542ea
1 changed files with 0 additions and 1 deletions
|
@ -1412,7 +1412,6 @@ window.BackendCalendarDefaultView = window.BackendCalendarDefaultView || {};
|
||||||
|
|
||||||
// Initialize page calendar
|
// Initialize page calendar
|
||||||
$('#calendar').fullCalendar({
|
$('#calendar').fullCalendar({
|
||||||
nowIndicator: true,
|
|
||||||
defaultView: defaultView,
|
defaultView: defaultView,
|
||||||
height: getCalendarHeight(),
|
height: getCalendarHeight(),
|
||||||
editable: true,
|
editable: true,
|
||||||
|
|
Loading…
Reference in a new issue