Fix timezone not populating from lookup closes #182

This commit is contained in:
Nabeel Shahzad 2018-02-21 14:36:41 -06:00
parent ea09a18956
commit 713fd66da6

View File

@ -46,7 +46,8 @@ $(document).ready(function() {
$("#" + key).val(value);
if(key === 'timezone') {
if(key === 'tz') {
$("#timezone").val(value);
$("#timezone").trigger('change');
}
});