summaryrefslogtreecommitdiffstats
path: root/dist/jquery-ui-timepicker-addon.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-11-18 13:22:34 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2013-11-18 13:22:34 -0500
commitcab61f4708a4b365b1e4a80a00fbc49efbf0c2c3 (patch)
tree1716091d09f32a2877813f26829453d6c5bbf8d0 /dist/jquery-ui-timepicker-addon.js
parente9984923b81411dd24b410c89a36e5b01c714a7e (diff)
downloadjQuery-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 'dist/jquery-ui-timepicker-addon.js')
-rw-r--r--dist/jquery-ui-timepicker-addon.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/jquery-ui-timepicker-addon.js b/dist/jquery-ui-timepicker-addon.js
index 1912b55..b1c038c 100644
--- a/dist/jquery-ui-timepicker-addon.js
+++ b/dist/jquery-ui-timepicker-addon.js
@@ -1,4 +1,4 @@
-/*! jQuery Timepicker Addon - v1.4.2 - 2013-11-10
+/*! jQuery Timepicker Addon - v1.4.2 - 2013-11-18
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
(function ($) {
@@ -799,6 +799,7 @@
this.timeDefined = true;
if (hasChanged) {
this._updateDateTime();
+ this.$input.focus();
}
},