Merge pull request #74 from ok2/codex/update-eonstrips-detail-view-on-timezone-change

This commit is contained in:
Kiyomichi Kosaka 2025-06-20 10:31:21 +02:00 committed by GitHub
commit cf30e830a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1026,6 +1026,9 @@ document.getElementById('timezone').addEventListener('change', (e) => {
currentTimezone = e.target.value;
updateCurrentTime();
updateCalendar();
if (currentDetailCob !== null) {
showEonstripDetail(currentDetailCob);
}
});
// Set default timezone based on user's locale