Add fix by jduff for inline display

This commit is contained in:
Trent Richardson 2011-04-18 09:52:06 -04:00
parent c9be5b72e7
commit b36097718a

View file

@ -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;