We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1d5e8 commit 439a9a1Copy full SHA for 439a9a1
src/jquery-ui-timepicker-addon.js
@@ -1554,12 +1554,12 @@
1554
$.datepicker._gotoToday = function (id) {
1555
var inst = this._getInst($(id)[0]),
1556
$dp = inst.dpDiv;
1557
- this._base_gotoToday(id);
1558
var tp_inst = this._get(inst, 'timepicker');
1559
selectLocalTimezone(tp_inst);
1560
var now = new Date();
1561
this._setTime(inst, now);
1562
this._setDate(inst, now);
+ this._base_gotoToday(id);
1563
};
1564
1565
/*
0 commit comments