Merge pull request #74 from ok2/codex/update-eonstrips-detail-view-on-timezone-change
This commit is contained in:
commit
cf30e830a0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user