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)
|
placeholder.fullCalendar('renderEvent', shift.get('calendar_event'), true)
|
||||||
destroy: (shift)->
|
destroy: (shift)->
|
||||||
placeholder.fullCalendar('removeEvents', [event.id])
|
placeholder.fullCalendar('removeEvents', [event.id])
|
||||||
|
timeFormat: 'H(:mm)'
|
||||||
|
axisFormat: 'H:mm'
|
||||||
|
lang: moment.locale()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user