Fixed if numberOfMonths is greater than 0

This commit is contained in:
Trent 2010-11-14 22:12:55 -05:00
parent 5d2f41ab57
commit f1373940eb

View file

@ -449,7 +449,7 @@
); );
} }
$dp.find('.ui-datepicker-calendar').after($tp); $dp.find('.ui-datepicker-calendar:first').after($tp);
tp_inst.$timeObj = $('#ui_tpicker_time_' + dp_inst.id); tp_inst.$timeObj = $('#ui_tpicker_time_' + dp_inst.id);