Uncommented line from testing

master
Trent Richardson 2010-12-13 14:40:24 -05:00
parent b129814e0f
commit a4796f1922
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ $.datepicker._setTime = function(inst, date) {
else tp_inst.second = second;
tp_inst._onTimeChange();
//tp_inst._updateDateTime(inst);
tp_inst._updateDateTime(inst);
}
};