diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-11-18 13:22:34 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-11-18 13:22:34 -0500 |
commit | cab61f4708a4b365b1e4a80a00fbc49efbf0c2c3 (patch) | |
tree | 1716091d09f32a2877813f26829453d6c5bbf8d0 /src/jquery-ui-timepicker-addon.js | |
parent | e9984923b81411dd24b410c89a36e5b01c714a7e (diff) | |
download | jQuery-Timepicker-Addon-cab61f4708a4b365b1e4a80a00fbc49efbf0c2c3.zip jQuery-Timepicker-Addon-cab61f4708a4b365b1e4a80a00fbc49efbf0c2c3.tar.gz jQuery-Timepicker-Addon-cab61f4708a4b365b1e4a80a00fbc49efbf0c2c3.tar.bz2 |
Apply Pull #664 - Selecting a time should focus input field
Diffstat (limited to 'src/jquery-ui-timepicker-addon.js')
-rw-r--r-- | src/jquery-ui-timepicker-addon.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jquery-ui-timepicker-addon.js b/src/jquery-ui-timepicker-addon.js index a34d486..a5ef65f 100644 --- a/src/jquery-ui-timepicker-addon.js +++ b/src/jquery-ui-timepicker-addon.js @@ -805,6 +805,7 @@ this.timeDefined = true; if (hasChanged) { this._updateDateTime(); + this.$input.focus(); } }, |