diff options
author | Ing. Jan Novotný <novoj@jnonb.(none)> | 2011-09-26 22:10:14 +0200 |
---|---|---|
committer | Ing. Jan Novotný <novoj@jnonb.(none)> | 2011-09-26 22:10:14 +0200 |
commit | ed10d0650e8bd181ddff6d67da6969d4fbda0aaa (patch) | |
tree | 430efbf0fb76e07fb837176b027e1d19dbbdb36d /localization/jquery-ui-timepicker-pt.js | |
parent | 5cf74480afc33a4e210bcb855379234612ef5adc (diff) | |
download | jQuery-Timepicker-Addon-ed10d0650e8bd181ddff6d67da6969d4fbda0aaa.zip jQuery-Timepicker-Addon-ed10d0650e8bd181ddff6d67da6969d4fbda0aaa.tar.gz jQuery-Timepicker-Addon-ed10d0650e8bd181ddff6d67da6969d4fbda0aaa.tar.bz2 |
Issue when specifying stepHour/stepMinute/stepSecond along with min and max limits. Modulo was computed in relation with midnight instead of min limit. Error usecase:
$('#example1').datetimepicker({
stepHour: 4,
hourMin: 9,
hourMax: 18
});
Would make steps 9-13-16 instead of 9-13-17.
Diffstat (limited to 'localization/jquery-ui-timepicker-pt.js')
0 files changed, 0 insertions, 0 deletions