diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2015-11-14 10:35:20 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2015-11-14 10:35:20 -0500 |
commit | f2b80bee999910fc1f8f7dded808d5bf703acd05 (patch) | |
tree | 2f896c707f52ed5ae621caa12971f194711e6b25 /dist/jquery-ui-timepicker-addon.js | |
parent | d407ddf120f17fe2e8507368ad7acb94b0640421 (diff) | |
download | jQuery-Timepicker-Addon-f2b80bee999910fc1f8f7dded808d5bf703acd05.zip jQuery-Timepicker-Addon-f2b80bee999910fc1f8f7dded808d5bf703acd05.tar.gz jQuery-Timepicker-Addon-f2b80bee999910fc1f8f7dded808d5bf703acd05.tar.bz2 |
New Versionv1.6.0
Diffstat (limited to 'dist/jquery-ui-timepicker-addon.js')
-rw-r--r-- | dist/jquery-ui-timepicker-addon.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/jquery-ui-timepicker-addon.js b/dist/jquery-ui-timepicker-addon.js index 07e6592..23fe573 100644 --- a/dist/jquery-ui-timepicker-addon.js +++ b/dist/jquery-ui-timepicker-addon.js @@ -1,4 +1,4 @@ -/*! jQuery Timepicker Addon - v1.5.6 - 2015-05-24 +/*! jQuery Timepicker Addon - v1.5.6 - 2015-11-14 * http://trentrichardson.com/examples/timepicker * Copyright (c) 2015 Trent Richardson; Licensed MIT */ (function (factory) { @@ -1559,7 +1559,7 @@ }; /* - * override "Today" button to also grab the time. + * override "Today" button to also grab the time and set it to input field. */ $.datepicker._base_gotoToday = $.datepicker._gotoToday; $.datepicker._gotoToday = function (id) { @@ -1571,6 +1571,7 @@ now.setMinutes(now.getMinutes() + now.getTimezoneOffset() + tzoffset); this._setTime(inst, now); this._setDate(inst, now); + tp_inst._onSelectHandler(); }; /* |