Skip to content

Commit 3b33871

Browse files
Default timezone by kapouer
1 parent d04b8bd commit 3b33871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ $.extend(Timepicker.prototype, {
183183
tp_inst._defaults.timezoneList = timezoneList;
184184
}
185185

186+
tp_inst.timezone = tp_inst._defaults.timezone;
186187
tp_inst.hour = tp_inst._defaults.hour;
187188
tp_inst.minute = tp_inst._defaults.minute;
188189
tp_inst.second = tp_inst._defaults.second;

0 commit comments

Comments
 (0)