Fix fullcalendar localization
This commit is contained in:
@@ -33,5 +33,9 @@ App.ScheduleView = Ember.View.extend
|
||||
placeholder.fullCalendar('renderEvent', shift.get('calendar_event'), true)
|
||||
destroy: (shift)->
|
||||
placeholder.fullCalendar('removeEvents', [event.id])
|
||||
timeFormat: 'H(:mm)'
|
||||
axisFormat: 'H:mm'
|
||||
lang: moment.locale()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user