summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
diff options
context:
space:
mode:
authorBaptiste Lafontaine <baptiste33@gmail.com>2013-01-17 10:48:17 +0100
committerBaptiste Lafontaine <baptiste33@gmail.com>2013-01-17 10:48:17 +0100
commit13ab774347c36667ead6b112ab69683baf0341f2 (patch)
treed3785ae1252310ac966754adeb2bbc90608df1e1 /jquery-ui-timepicker-addon.js
parentc94e202a843255b2fe265306c06c775bef3009dd (diff)
downloadjQuery-Timepicker-Addon-13ab774347c36667ead6b112ab69683baf0341f2.zip
jQuery-Timepicker-Addon-13ab774347c36667ead6b112ab69683baf0341f2.tar.gz
jQuery-Timepicker-Addon-13ab774347c36667ead6b112ab69683baf0341f2.tar.bz2
Fixes #471
It may have some side effect. Seems working fine for me
Diffstat (limited to 'jquery-ui-timepicker-addon.js')
-rw-r--r--jquery-ui-timepicker-addon.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index 648af36..eb0cb21 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -1279,11 +1279,11 @@
if (tp_inst) {
tp_inst._addTimePicker(inst);
- if (tp_inst._defaults.useLocalTimezone) { //checks daylight saving with the new date.
- var date = new Date(inst.selectedYear, inst.selectedMonth, inst.selectedDay, 12);
- selectLocalTimeZone(tp_inst, date);
- tp_inst._onTimeChange();
- }
+// if (tp_inst._defaults.useLocalTimezone) { //checks daylight saving with the new date.
+// var date = new Date(inst.selectedYear, inst.selectedMonth, inst.selectedDay, 12);
+// selectLocalTimeZone(tp_inst, date);
+// tp_inst._onTimeChange();
+// }
}
}
};