Fix timezone issue in widget

This commit is contained in:
2026-03-11 13:35:31 +01:00
parent 6162ff595f
commit 97d9647ea2
3 changed files with 7 additions and 1 deletions

View File

@@ -185,4 +185,6 @@
document.addEventListener('DOMContentLoaded', function () {
if (Scratchpads && Scratchpads.init) Scratchpads.init();
}, false);
Luxtools.initChronologicalEventTimes = initChronologicalEventTimes;
})();