Fixed altField option
This commit is contained in:
parent
ddc0a6af27
commit
3a6666bb9e
2
jquery-ui-timepicker-addon.js
vendored
2
jquery-ui-timepicker-addon.js
vendored
|
@ -508,7 +508,7 @@ $.fn.extend({
|
||||||
tp_inst.ampm = '';
|
tp_inst.ampm = '';
|
||||||
tp_inst.$input = $(input);
|
tp_inst.$input = $(input);
|
||||||
if (o.altField) {
|
if (o.altField) {
|
||||||
tp_inst.$altinput = $($.datepicker._get(dp_inst, 'altField'))
|
tp_inst.$altInput = $($.datepicker._get(dp_inst, 'altField'))
|
||||||
.css({ cursor: 'pointer' })
|
.css({ cursor: 'pointer' })
|
||||||
.focus(function(){
|
.focus(function(){
|
||||||
$input.trigger("focus");
|
$input.trigger("focus");
|
||||||
|
|
Loading…
Reference in a new issue