From 83ed1878acc8550abb63ae25a79179bd10274253 Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 20 Dec 2019 09:28:02 +0100 Subject: [PATCH] Update plugin according to latest changes in KB --- Assets/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/calendar.js b/Assets/calendar.js index 7c26c09..6eee196 100644 --- a/Assets/calendar.js +++ b/Assets/calendar.js @@ -14,7 +14,7 @@ KB.component('calendar', function (containerElement, options) { } calendar.fullCalendar({ - locale: $("body").data("js-lang"), + locale: $("html").attr('lang'), editable: true, eventLimit: true, defaultView: mode,