Skip to content

Commit 76285d2

Browse files
Timezone change now fires onSelect
1 parent 63bd242 commit 76285d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jquery-ui-timepicker-addon.js

+1
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@
464464
this.timezone_select.change(function() {
465465
tp_inst._defaults.useLocalTimezone = false;
466466
tp_inst._onTimeChange();
467+
tp_inst._onSelectHandler();
467468
});
468469
// End timezone options
469470

0 commit comments

Comments
 (0)