Skip to content

Commit a4796f1

Browse files
Uncommented line from testing
1 parent b129814 commit a4796f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ $.datepicker._setTime = function(inst, date) {
687687
else tp_inst.second = second;
688688

689689
tp_inst._onTimeChange();
690-
//tp_inst._updateDateTime(inst);
690+
tp_inst._updateDateTime(inst);
691691
}
692692
};
693693

0 commit comments

Comments
 (0)