Add fix by jduff for inline display
This commit is contained in:
parent
c9be5b72e7
commit
b36097718a
2
jquery-ui-timepicker-addon.js
vendored
2
jquery-ui-timepicker-addon.js
vendored
|
@ -490,7 +490,7 @@ $.extend(Timepicker.prototype, {
|
|||
if ($buttonPanel.length) $buttonPanel.before($tp);
|
||||
else $dp.append($tp);
|
||||
|
||||
this.$timeObj = $('#ui_tpicker_time_'+ dp_id);
|
||||
this.$timeObj = $tp.find('#ui_tpicker_time_'+ dp_id);
|
||||
|
||||
if (this.inst !== null) {
|
||||
var timeDefined = this.timeDefined;
|
||||
|
|
Loading…
Reference in a new issue