Fix timezone not populating from lookup closes #182
This commit is contained in:
parent
ea09a18956
commit
713fd66da6
@ -46,7 +46,8 @@ $(document).ready(function() {
|
||||
|
||||
$("#" + key).val(value);
|
||||
|
||||
if(key === 'timezone') {
|
||||
if(key === 'tz') {
|
||||
$("#timezone").val(value);
|
||||
$("#timezone").trigger('change');
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user