Update plugin according to latest changes in KB

This commit is contained in:
Timo
2019-12-20 09:28:02 +01:00
committed by Frédéric Guillot
parent eb110c8ac0
commit 83ed1878ac

View File

@@ -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,