Skip to content

Commit 477d2b5

Browse files
committed
BugFix: Update input field after pressing now button
1 parent 248d09c commit 477d2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery-ui-timepicker-addon.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1564,8 +1564,8 @@
15641564
return $.datepicker._base_doKeyUp(event);
15651565
};
15661566

1567-
/*
1568-
* override "Today" button to also grab the time.
1567+
/*
1568+
* override "Today" button to also grab the time and set it to input field.
15691569
*/
15701570
$.datepicker._base_gotoToday = $.datepicker._gotoToday;
15711571
$.datepicker._gotoToday = function (id) {

0 commit comments

Comments
 (0)