Update plugin according to latest changes in KB
This commit is contained in:
@@ -14,7 +14,7 @@ KB.component('calendar', function (containerElement, options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
calendar.fullCalendar({
|
calendar.fullCalendar({
|
||||||
locale: $("body").data("js-lang"),
|
locale: $("html").attr('lang'),
|
||||||
editable: true,
|
editable: true,
|
||||||
eventLimit: true,
|
eventLimit: true,
|
||||||
defaultView: mode,
|
defaultView: mode,
|
||||||
|
|||||||
Reference in New Issue
Block a user