We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650df7f commit aaca71eCopy full SHA for aaca71e
src/jquery-ui-timepicker-addon.js
@@ -1564,7 +1564,7 @@
1564
return $.datepicker._base_doKeyUp(event);
1565
};
1566
1567
- /*
+/*
1568
* override "Today" button to also grab the time.
1569
*/
1570
$.datepicker._base_gotoToday = $.datepicker._gotoToday;
@@ -1577,6 +1577,7 @@
1577
now.setMinutes(now.getMinutes() + now.getTimezoneOffset() + tzoffset);
1578
this._setTime(inst, now);
1579
this._setDate(inst, now);
1580
+ tp_inst._onSelectHandler();
1581
1582
1583
/*
0 commit comments