Update detail view on timezone change
This commit is contained in:
parent
49b30a69e9
commit
65b85f1575
@ -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