summaryrefslogtreecommitdiffstats
path: root/dist/jquery-ui-timepicker-addon.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2015-02-10 09:54:44 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2015-02-10 09:54:44 -0500
commitd57c77b8ad1738e00fa691fb876b2c249a523ec2 (patch)
tree83bf23d4052c293fa65390252fc5788b890707c9 /dist/jquery-ui-timepicker-addon.js
parentd9df7854f117e5cac0b32a965246b114f59855a9 (diff)
downloadjQuery-Timepicker-Addon-d57c77b8ad1738e00fa691fb876b2c249a523ec2.zip
jQuery-Timepicker-Addon-d57c77b8ad1738e00fa691fb876b2c249a523ec2.tar.gz
jQuery-Timepicker-Addon-d57c77b8ad1738e00fa691fb876b2c249a523ec2.tar.bz2
#786 Adds missing timeSuffix to i18n
Diffstat (limited to 'dist/jquery-ui-timepicker-addon.js')
-rw-r--r--dist/jquery-ui-timepicker-addon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/jquery-ui-timepicker-addon.js b/dist/jquery-ui-timepicker-addon.js
index 0247997..363dc4d 100644
--- a/dist/jquery-ui-timepicker-addon.js
+++ b/dist/jquery-ui-timepicker-addon.js
@@ -187,7 +187,7 @@
},
onChangeMonthYear: function (year, month, dp_inst) {
// Update the time as well : this prevents the time from disappearing from the $input field.
- tp_inst._updateDateTime(dp_inst);
+ // tp_inst._updateDateTime(dp_inst);
if ($.isFunction(tp_inst._defaults.evnts.onChangeMonthYear)) {
tp_inst._defaults.evnts.onChangeMonthYear.call($input[0], year, month, dp_inst, tp_inst);
}