Fix timezone issue in widget
This commit is contained in:
@@ -172,6 +172,9 @@
|
||||
}
|
||||
syncCalendarToday(replacement);
|
||||
calendar.replaceWith(replacement);
|
||||
if (Luxtools.initChronologicalEventTimes) {
|
||||
Luxtools.initChronologicalEventTimes();
|
||||
}
|
||||
}
|
||||
|
||||
function loadCalendarMonth(calendar, targetYear, targetMonth, persistState) {
|
||||
|
||||
@@ -185,4 +185,6 @@
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
if (Scratchpads && Scratchpads.init) Scratchpads.init();
|
||||
}, false);
|
||||
|
||||
Luxtools.initChronologicalEventTimes = initChronologicalEventTimes;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user