trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

showSecond ignored #758

Closed pstuermlinger closed 9 years ago

pstuermlinger commented 9 years ago

I want to hide all sliders/selects as the majority of users uses the 'Now' button. With showHour and showMinute set to false, I get rid of hour and minute. However, "showSecond: false" is ignored and therefore the seconds slider is always visible.

Regards haggins

pstuermlinger commented 9 years ago

Fixed. Just realized I set it to true later in code.